Tags » python » certifi
TIL: Telling mechanize how to find local issuer certificates
Calling
browser.set_ca_data(cafile=certifi.where())
will tell where mechanize can find some local SSL certificates.
alexwlchan
Calling browser.set_ca_data(cafile=certifi.where())
will tell where mechanize can find some local SSL certificates.