[racket-dev] looks like pkg.racket-lang.org is hanging after making the connection again.

From: John Clements (clements at brinckerhoff.org)
Date: Mon Sep 30 12:58:26 EDT 2013

I'm once again seeing pkg.racket-lang.org hanging after making the connection. Here's the transcript:

curl -v --insecure 'https://pkg.racket-lang.org/'
* About to connect() to pkg.racket-lang.org port 443 (#0)
*   Trying 128.187.105.226...
* connected
* Connected to pkg.racket-lang.org (128.187.105.226) port 443 (#0)
* successfully set certificate verify locations:
*   CAfile: /opt/local/share/curl/curl-ca-bundle.crt
  CApath: none
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using DHE-RSA-AES256-SHA
* Server certificate:
* 	 subject: description=OgMQW8ooep0z88Ml; C=US; CN=pkg.racket-lang.org; emailAddress=hostmaster at racket-lang.org
* 	 start date: 2013-01-22 05:29:13 GMT
* 	 expire date: 2014-01-23 10:12:52 GMT
* 	 subjectAltName: pkg.racket-lang.org matched
* 	 issuer: C=IL; O=StartCom Ltd.; OU=Secure Digital Certificate Signing; CN=StartCom Class 1 Primary Intermediate Server CA
* 	 SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
> GET / HTTP/1.1
> User-Agent: curl/7.25.0 (x86_64-apple-darwin11.3.0) libcurl/7.25.0 OpenSSL/1.0.1e zlib/1.2.8 libidn/1.22
> Host: pkg.racket-lang.org
> Accept: */*
> 


... and then it just waits at this point, until I give up.

John



Posted on the dev mailing list.