Skip to content

Instantly share code, notes, and snippets.

@metalivedev
Created March 18, 2014 22:09
Show Gist options
  • Save metalivedev/9630831 to your computer and use it in GitHub Desktop.
Save metalivedev/9630831 to your computer and use it in GitHub Desktop.
Output from $ curl -v -I https://dashboard.dotcloud.com
$ curl -v -I https://dashboard.dotcloud.com
* About to connect() to dashboard.dotcloud.com port 443 (#0)
* Trying 184.73.159.228... connected
* Connected to dashboard.dotcloud.com (184.73.159.228) port 443 (#0)
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* 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 RC4-SHA
* Server certificate:
* subject: serialNumber=qbcsrfITlkjX/Eta6hAXkpUVvucGllwQ; OU=GT26592269; OU=See www.rapidssl.com/resources/cps (c)14; OU=Domain Control Validated - RapidSSL(R); CN=*.dotcloud.com
* start date: 2014-02-22 20:01:42 GMT
* expire date: 2015-04-27 16:46:06 GMT
* subjectAltName: dashboard.dotcloud.com matched
* issuer: C=US; O=GeoTrust, Inc.; CN=RapidSSL CA
* SSL certificate verify ok.
> HEAD / HTTP/1.1
> User-Agent: curl/7.21.4 (universal-apple-darwin11.0) libcurl/7.21.4 OpenSSL/0.9.8y zlib/1.2.5
> Host: dashboard.dotcloud.com
> Accept: */*
>
< HTTP/1.1 200 OK
HTTP/1.1 200 OK
< server: nginx/1.2.2
server: nginx/1.2.2
< date: Tue, 18 Mar 2014 22:07:49 GMT
date: Tue, 18 Mar 2014 22:07:49 GMT
< content-type: text/html
content-type: text/html
< content-length: 1234
content-length: 1234
< last-modified: Wed, 27 Nov 2013 22:40:22 GMT
last-modified: Wed, 27 Nov 2013 22:40:22 GMT
< connection: close
connection: close
< cache-control: public, max-age=3600, must-revalidate
cache-control: public, max-age=3600, must-revalidate
< accept-ranges: bytes
accept-ranges: bytes
<
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment