[Bug 251562] lang/python37: SSLError 'certificate verify failed' despite correct looking /etc/ssl/cert.pem
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sun Jan 3 08:44:58 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=251562
nimaje+fbz at bureaucracy.de changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |nimaje+fbz at bureaucracy.de
--- Comment #1 from nimaje+fbz at bureaucracy.de ---
requests uses certifi to get its default trust store.
certifi brings an own trust store, so requests won't look in the system one by
default.
It seems like other OS patch certifi to return the system trust store[0]
[0]: https://github.com/psf/requests/issues/2966#issuecomment-614323746
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-python
mailing list