Skip to content

Instantly share code, notes, and snippets.

@HackToday
Created October 15, 2015 09:52
Show Gist options
  • Save HackToday/d6deb6f4e49f199cf05c to your computer and use it in GitHub Desktop.
Save HackToday/d6deb6f4e49f199cf05c to your computer and use it in GitHub Desktop.
$ curl -v https://discovery.etcd.io/new?size=1
* Hostname was NOT found in DNS cache
* Trying 50.18.196.189...
* Connected to discovery.etcd.io (50.18.196.189) port 443 (#0)
* successfully set certificate verify locations:
* CAfile: none
CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* Unknown SSL protocol error in connection to discovery.etcd.io:443
* Closing connection 0
curl: (35) Unknown SSL protocol error in connection to discovery.etcd.io:443
@HackToday
Copy link
Author

  • Hostname was NOT found in DNS cache
  • Trying 54.153.65.49...
  • Connected to discovery.etcd.io (54.153.65.49) port 443 (#0)
  • successfully set certificate verify locations:
  • CAfile: none
    CApath: /etc/ssl/certs
  • 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 ECDHE-RSA-AES128-GCM-SHA256
  • Server certificate:
  • subject: OU=GT43640588; OU=See www.rapidssl.com/resources/cps (c)15; OU=Domain Control Validated - RapidSSL(R); CN=discovery.etcd.io
  • start date: 2015-01-28 22:23:51 GMT
  • expire date: 2017-01-30 06:38:53 GMT
  • subjectAltName: discovery.etcd.io matched
  • issuer: C=US; O=GeoTrust Inc.; CN=RapidSSL SHA256 CA - G3
  • SSL certificate verify ok.

GET /new?size=1 HTTP/1.1
User-Agent: curl/7.35.0
Host: discovery.etcd.io
Accept: /

< HTTP/1.1 200 OK
< Content-Type: text/plain; charset=utf-8
< Date: Thu, 15 Oct 2015 10:26:09 GMT
< Content-Length: 58
< Connection: keep-alive
<

  • Connection #0 to host discovery.etcd.io left intact

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment