cURL

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1347 curl -v, cert notBefore and notAfter times

From: Daniel Stenberg <bagder_at_users.sf.net>
Date: Thu, 03 Apr 2014 11:35:56 +0000

- **status**: pending-needsinfo --> closed-works-for-me

---
** [bugs:#1347] curl -v, cert notBefore and notAfter times**
**Status:** closed-works-for-me
**Created:** Tue Mar 18, 2014 05:02 AM UTC by Jeffrey Walton
**Last Updated:** Sat Mar 22, 2014 10:04 PM UTC
**Owner:** Daniel Stenberg
In the run below, the start date and end date fields are not quite correct.
(And example.com is OK. I've got an entry in my hosts file to redirect to my local machine).
$ curl -v https://example.com:8443 --cacert ca-rsa-cert.pem 
* About to connect() to example.com port 8443 (#0)
*   Trying 127.0.0.1...
* connected
* Connected to example.com (127.0.0.1) port 8443 (#0)
* successfully set certificate verify locations:
*   CAfile: ca-rsa-cert.pem
  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-SHA
* Server certificate:
* 	 subject: O=Example, LLC; CN=Example Certificate
* 	 start date: O=Example, LLC; CN=Example Certificate
* 	 expire date: O=Example, LLC; CN=Example Certificate
* 	 subjectAltName does not match example.com
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
* SSL peer certificate or SSH remote key was not OK
...
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2014-04-03

These mail archives are generated by hypermail.

donate! Page updated March 21, 2014.
web site info

File upload with ASP.NET