Fink

SSL Certificate Verification failure with fink's Python 2.7.9

January 6, 2015

Python 2.7.9 was released nearly a month ago and with it came some SSL-related changes (it backported the Python 3.4 ssl module and does HTTPS certificate validation using the system’s certificate store). The latter can cause some problems with home-grown CA’s, …