Skip to content

Instantly share code, notes, and snippets.

@puffnfresh
Created April 2, 2012 22:34
Show Gist options
  • Save puffnfresh/2287670 to your computer and use it in GitHub Desktop.
Save puffnfresh/2287670 to your computer and use it in GitHub Desktop.
JSConf wifi hang
$ curl -Lvi google.com
* About to connect() to google.com port 80 (#0)
* Trying 74.125.224.206... connected
* Connected to google.com (74.125.224.206) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host: google.com
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
HTTP/1.1 302 Moved Temporarily
< Server: nginx/1.1.14
Server: nginx/1.1.14
< Date: Mon, 02 Apr 2012 22:24:55 GMT
Date: Mon, 02 Apr 2012 22:24:55 GMT
< Content-Type: text/html
Content-Type: text/html
< Content-Length: 161
Content-Length: 161
< Connection: keep-alive
Connection: keep-alive
< Location: http://jsconf.streamie.org/
Location: http://jsconf.streamie.org/
< Pragma: no-cache
Pragma: no-cache
<
* Ignoring the response-body
* Connection #0 to host google.com left intact
* Issue another request to this URL: 'http://jsconf.streamie.org/'
* About to connect() to jsconf.streamie.org port 80 (#1)
* Trying 84.16.248.81... connected
* Connected to jsconf.streamie.org (84.16.248.81) port 80 (#1)
> GET / HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8r zlib/1.2.5
> Host: jsconf.streamie.org
> Accept: */*
>
< HTTP/1.1 302 Moved Temporarily
HTTP/1.1 302 Moved Temporarily
< Location: https://streamie.org/js
Location: https://streamie.org/js
< Connection: keep-alive
Connection: keep-alive
< Transfer-Encoding: chunked
Transfer-Encoding: chunked
<
* Ignoring the response-body
* Connection #1 to host jsconf.streamie.org left intact
* Issue another request to this URL: 'https://streamie.org/js'
* About to connect() to streamie.org port 443 (#2)
* Trying 84.16.248.81... connected
* Connected to streamie.org (84.16.248.81) port 443 (#2)
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
^C
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment