Skip to content

Instantly share code, notes, and snippets.

@kohsuke
Created August 18, 2016 18: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 kohsuke/2cd0fb5f93c40f9fc078f21693f16c62 to your computer and use it in GitHub Desktop.
Save kohsuke/2cd0fb5f93c40f9fc078f21693f16c62 to your computer and use it in GitHub Desktop.
curl --verbose https://maven.glassfish.org/
* Trying 54.236.196.233...
* Connected to maven.glassfish.org (54.236.196.233) port 443 (#0)
* found 173 certificates in /etc/ssl/certs/ca-certificates.crt
* found 704 certificates in /etc/ssl/certs
* ALPN, offering http/1.1
* SSL connection using TLS1.2 / ECDHE_RSA_AES_128_GCM_SHA256
* server certificate verification OK
* server certificate status verification SKIPPED
* SSL: certificate subject name (maven.java.net) does not match target host name 'maven.glassfish.org'
* Closing connection 0
curl: (51) SSL: certificate subject name (maven.java.net) does not match target host name 'maven.glassfish.org'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment