I enabled DISQUS DEBUG but it only displays:
Disqus Debug thread_id:
This is displayed after entering a new comment and refreshing on any page.
The following displayed in the js console once but I cannot reproduce this after refreshing, adding comments, etc:
XMLHttpRequest cannot load https://qq.disqus.com/133720758484040884/691227687/. Origin https://mediacdn.disqus.com is not allowed by Access-Control-Allow-Origin.
Here are the results of traceroute disqus.com
traceroute to disqus.com (74.86.190.242), 30 hops max, 60 byte packets
1 ip-10-160-148-5.us-west-1.compute.internal (10.160.148.5) 0.369 ms 0.410 ms 0.440 ms
2 ip-10-1-14-1.us-west-1.compute.internal (10.1.14.1) 0.390 ms 0.422 ms ip-10-1-12-1.us-west-1.compute.internal (10.1.12.1) 0.371 ms
3 216.182.236.75 (216.182.236.75) 0.647 ms 0.301 ms 0.481 ms
4 205.251.229.232 (205.251.229.232) 1.559 ms 1.210 ms 1.402 ms
5 205.251.229.232 (205.251.229.232) 1.375 ms 205.251.229.178 (205.251.229.178) 5.838 ms 5.793 ms
6 te1-7.bbr01.eq01.sjc01.networklayer.com (206.223.116.176) 3.142 ms 2.995 ms 205.251.229.178 (205.251.229.178) 3.842 ms
7 ae7.bbr02.eq01.sjc02.networklayer.com (173.192.18.165) 4.479 ms te1-7.bbr01.eq01.sjc01.networklayer.com (206.223.116.176) 3.410 ms ae7.bbr02.eq01.sjc02.networklayer.com (173.192.18.165) 5.028 ms
8 ae0.bbr02.cs01.lax01.networklayer.com (173.192.18.151) 10.421 ms ae7.bbr02.eq01.sjc02.networklayer.com (173.192.18.165) 4.289 ms ae0.bbr02.cs01.lax01.networklayer.com (173.192.18.151) 10.173 ms
9 ae0.bbr02.cs01.lax01.networklayer.com (173.192.18.151) 10.698 ms 10.675 ms 10.624 ms
10 ae7.bbr01.cs01.lax01.networklayer.com (173.192.18.166) 9.234 ms 9.681 ms 9.861 ms
11 ae0.dar01.sr01.dal01.networklayer.com (173.192.18.253) 78.290 ms ae0.dar01.sr01.dal01.networklayer.com (173.192.18.211) 77.371 ms ae0.dar01.sr01.dal01.networklayer.com (173.192.18.253) 81.449 ms
12 ae0.dar01.sr01.dal01.networklayer.com (173.192.18.253) 78.309 ms 78.258 ms po1.fcr01.sr01.dal01.networklayer.com (66.228.118.154) 77.381 ms
13 po1.fcr01.sr01.dal01.networklayer.com (66.228.118.154) 77.340 ms 74.86.190.242-static.reverse.softlayer.com (74.86.190.242) 77.575 ms po2.fcr01.sr01.dal01.networklayer.com (66.228.118.158) 78.881 ms
I am using the default security group for ec2 which should allow all outbound requests. This is the content of iptables:
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Is there something else I can do to check? Thanks.