Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 03 Jan 2021 08:44:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        python@FreeBSD.org
Subject:   [Bug 251562] lang/python37: SSLError 'certificate verify failed' despite correct looking /etc/ssl/cert.pem
Message-ID:  <bug-251562-21822-UoveRjYUIp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251562-21822@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251562-21822@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251562

nimaje+fbz@bureaucracy.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nimaje+fbz@bureaucracy.de

--- Comment #1 from nimaje+fbz@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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251562-21822-UoveRjYUIp>