Created
April 19, 2013 12:55
-
-
Save peczenyj/5420151 to your computer and use it in GitHub Desktop.
just a test...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| HTTP Support | |
| BR | |
| 1- Globo & G1 | |
| $ curl -A firefox -vs https://www.globo.com | |
| * About to connect() to www.globo.com port 443 (#0) | |
| * Trying 186.192.82.163... | |
| * Operation timed out | |
| * couldn't connect to host | |
| * Closing connection #0 | |
| $ curl -A firefox -vs https://g1.globo.com | |
| * About to connect() to g1.globo.com port 443 (#0) | |
| * Trying 186.192.82.114... | |
| * Operation timed out | |
| * couldn't connect to host | |
| * Closing connection #0 | |
| 2- UOL | |
| $ curl -A firefox -vs https://www.uol.com.br | |
| * About to connect() to www.uol.com.br port 443 (#0) | |
| * Trying 200.221.2.45... | |
| * Operation timed out | |
| * Trying 200.147.67.142... | |
| * Operation timed out | |
| * Trying 2804:49c:319:430::100... | |
| * Failed to connect to 2804:49c:319:430::100: No route to host | |
| * Undefined error: 0 | |
| * couldn't connect to host | |
| * Closing connection #0 | |
| 3- IG | |
| $ curl -A firefox -vs https://www.ig.com.br | |
| * About to connect() to www.ig.com.br port 443 (#0) | |
| * Trying 187.31.64.25... | |
| * Connection refused | |
| * couldn't connect to host | |
| * Closing connection #0 | |
| 4- Terra. YAY! | |
| $ curl -A firefox -vs https://www.terra.com.br | |
| * About to connect() to www.terra.com.br port 443 (#0) | |
| * Trying 200.154.56.80... | |
| * connected | |
| * Connected to www.terra.com.br (200.154.56.80) port 443 (#0) | |
| * SSLv3, TLS handshake, Client hello (1): | |
| 5- R7 YAY? | |
| $ curl -A firefox -vs https://www.r7.com | |
| * About to connect() to www.r7.com port 443 (#0) | |
| * Trying 65.254.49.42... | |
| * connected | |
| * Connected to www.r7.com (65.254.49.42) port 443 (#0) | |
| * SSLv3, TLS handshake, Client hello (1): | |
| BUT, the .com.br does not redirect to r7.com... | |
| $ curl -A firefox -vs https://www.r7.com.br | |
| * About to connect() to www.r7.com.br port 443 (#0) | |
| * Trying 166.78.230.144... | |
| * Connection refused | |
| * couldn't connect to host | |
| * Closing connection #0 | |
| EUA | |
| 1- New York Times :) | |
| $ curl -A firefox -vs https://www.nytimes.com | |
| * About to connect() to www.nytimes.com port 443 (#0) | |
| * Trying 170.149.168.130... | |
| * connected | |
| * Connected to www.nytimes.com (170.149.168.130) port 443 (#0) | |
| * SSLv3, TLS handshake, Client hello (1): | |
| 2- Reuters :) | |
| $ curl -A firefox -vs https://www.reuters.com | |
| * About to connect() to www.reuters.com port 443 (#0) | |
| * Trying 206.132.6.101... | |
| * connected | |
| * Connected to www.reuters.com (206.132.6.101) port 443 (#0) | |
| * SSLv3, TLS handshake, Client hello (1): | |
| 3- CNN :( | |
| $ curl -A firefox -vs https://www.cnn.com | |
| * About to connect() to www.cnn.com port 443 (#0) | |
| * Trying 157.166.249.10... | |
| * Timeout | |
| * Trying 157.166.248.10... | |
| * Timeout | |
| * Trying 157.166.248.11... | |
| 4- USA TODAY :) | |
| $ curl -A firefox -vs https://www.usatoday.com | |
| * About to connect() to www.usatoday.com port 443 (#0) | |
| * Trying 107.14.43.154... | |
| * connected | |
| * Connected to www.usatoday.com (107.14.43.154) port 443 (#0) | |
| * SSLv3, TLS handshake, Client hello (1): |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment