Menu

#1157 verbose output of SSL connection is truncated

closed-fixed
https (67)
5
2014-08-15
2012-10-23
Anonymous
No

$ curl -v https://www.paypal.com
...
* Server certificate:
* subject: 1.3.6.1.4.1.311.60.2.1.3=US; 1.3.6.1.4.1.311.60.2.1.2=Delaware; businessCategory=Private Organization; serialNumber=3014267; C=US; postalCode=95131-2021; ST=California; L=San Jose; street=2211 N 1st St; O=PayPal, Inc.; OU=Hosting Support; CN=www.paypal.com
* start date: 2012-07
* expire date: 2014-07
* subjectAltName: www.paypal.com matched
* issuer: C=US; O
* SSL certificate verify ok.

Notice the issuer line, it's truncated.

Could be related to bug id 3533045?

$ curl --version
curl 7.28.0 (x86_64-apple-darwin11) libcurl/7.28.0 OpenSSL/1.0.1c zlib/1.2.7
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: Largefile NTLM NTLM_WB SSL libz TLS-SRP

Discussion

  • Daniel Stenberg

    Daniel Stenberg - 2012-11-06
    • status: open --> closed-fixed
     
  • Daniel Stenberg

    Daniel Stenberg - 2012-11-06

    Thanks for the report, this problem is now fixed in the git repository.

    To try it out, you either checkout/update your git clone: http://curl.haxx.se/source.html

    or you try tomorrow's daily snapshot: http://curl.haxx.se/snapshots/