Comment 18 for bug 82086

Revision history for this message
Adrian Wilkins (adrian-wilkins) wrote :

Ran into this one myself after installing pycurl. The transport code now hunts the path for curl-ca-bundle.crt

The libcurl distribution includes a perl script to convert the CA list from Mozilla, and they also conveniently post autogenerated output online

I fixed this by downloading

http://curl.haxx.se/ca/cacert.pem

And putting it on my path as curl-ca-bundle.crt