Message236511
Ok, this is really a bug in the cert bundle provided by requests and Firefox.
With requests 2.5.1:
$ SSL_CERT_DIR=/tmp SSL_CERT_FILE=/tmp openssl s_client -CAfile requests/cacert.pem -connect verisign.com:443
=> ok
With requests 2.5.2:
$ SSL_CERT_DIR=/tmp SSL_CERT_FILE=/tmp openssl s_client -CAfile requests/cacert.pem -connect verisign.com:443
=> Verify return code: 20 (unable to get local issuer certificate) |
|
Date |
User |
Action |
Args |
2015-02-24 16:20:37 | pitrou | set | recipients:
+ pitrou, janssen, nagle, giampaolo.rodola, christian.heimes, alex, icordasc, dstufft, demian.brecht, Lukasa, lac |
2015-02-24 16:20:37 | pitrou | set | messageid: <1424794837.63.0.58320185886.issue23476@psf.upfronthosting.co.za> |
2015-02-24 16:20:37 | pitrou | link | issue23476 messages |
2015-02-24 16:20:37 | pitrou | create | |
|