Skip to content

Instantly share code, notes, and snippets.

@bobrik
Created March 13, 2015 12:42
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 bobrik/ecd6f575c8372847a79b to your computer and use it in GitHub Desktop.
Save bobrik/ecd6f575c8372847a79b to your computer and use it in GitHub Desktop.
$ curl -v https://api.vk.com/
* About to connect() to api.vk.com port 443 (#0)
* Trying 87.240.131.119...
* connected
* Connected to api.vk.com (87.240.131.119) 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-AES256-GCM-SHA384
* Server certificate:
* subject: OU=Domain Control Validated; CN=*.vk.me
* start date: 2015-03-04 20:31:39 GMT
* expire date: 2016-03-01 18:25:49 GMT
* subjectAltName does not match api.vk.com
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
* SSL peer certificate or SSH remote key was not OK
curl: (51) SSL peer certificate or SSH remote key was not OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment