Created
September 7, 2014 00:46
-
-
Save blahgeek/52461396c35f75b2c46f to your computer and use it in GitHub Desktop.
This file contains 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
$ curl -v -6 https://www.google.com | |
* Rebuilt URL to: https://www.google.com/ | |
* Hostname was NOT found in DNS cache | |
* Trying 2404:6800:4005:804::1011... | |
* Connected to www.google.com (2404:6800:4005:804::1011) port 443 (#0) | |
* successfully set certificate verify locations: | |
* CAfile: /etc/ssl/certs/ca-certificates.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 TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256 | |
* Server certificate: | |
* subject: C=US; ST=California; L=Mountain View; O=Google Inc; CN=www.google.com | |
* start date: 2014-08-27 11:40:55 GMT | |
* expire date: 2014-11-25 00:00:00 GMT | |
* subjectAltName: www.google.com matched | |
* issuer: C=US; O=Google Inc; CN=Google Internet Authority G2 | |
* SSL certificate verify ok. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment