Tags » python » mechanize
-
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.
Calling browser.set_ca_data(cafile=certifi.where())
will tell where mechanize can find some local SSL certificates.