Skip to content

Instantly share code, notes, and snippets.

@laixintao
Created January 3, 2018 02:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laixintao/21771e85ddd5d06da932dd8e3a965be3 to your computer and use it in GitHub Desktop.
Save laixintao/21771e85ddd5d06da932dd8e3a965be3 to your computer and use it in GitHub Desktop.
curl -Iv https://t.tt
* Rebuilt URL to: https://t.tt/
* Trying 140.143.118.208...
* TCP_NODELAY set
* Connected to t.tt (140.143.118.208) port 443 (#0)
* ALPN, offering h2
* ALPN, offering http/1.1
* Cipher selection: ALL:!EXPORT:!EXPORT40:!EXPORT56:!aNULL:!LOW:!RC4:@STRENGTH
* successfully set certificate verify locations:
* CAfile: /etc/ssl/cert.pem
CApath: none
* TLSv1.2 (OUT), TLS handshake, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Server hello (2):
* TLSv1.2 (IN), TLS handshake, Certificate (11):
* TLSv1.2 (IN), TLS handshake, Server key exchange (12):
* TLSv1.2 (IN), TLS handshake, Server finished (14):
* TLSv1.2 (OUT), TLS handshake, Client key exchange (16):
* TLSv1.2 (OUT), TLS change cipher, Client hello (1):
* TLSv1.2 (OUT), TLS handshake, Finished (20):
* TLSv1.2 (IN), TLS change cipher, Client hello (1):
* TLSv1.2 (IN), TLS handshake, Finished (20):
* SSL connection using TLSv1.2 / ECDHE-RSA-AES128-GCM-SHA256
* ALPN, server accepted to use http/1.1
* Server certificate:
* subject: C=CN; ST=Beijing; L=Beijing; O=Smartisan Technology Co.,Ltd.; OU=IT Dept; CN=*.smartisan.com
* start date: Mar 8 00:00:00 2016 GMT
* expire date: Jun 7 23:59:59 2019 GMT
* subjectAltName does not match t.tt
* SSL: no alternative certificate subject name matches target host name 't.tt'
* stopped the pause stream!
* Closing connection 0
* TLSv1.2 (OUT), TLS alert, Client hello (1):
curl: (51) SSL: no alternative certificate subject name matches target host name 't.tt'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment