Draft: Skip buggy `requests` versions and resolve "certificate verify failed: self-signed certificate in certificate chain" error
requested to merge 706-bp-certificate-verify-failed-self-signed-certificate-in-certificate-chain into master
requests
versions 2.32.0
, 2.32.1
, and 2.32.2
are affected by a bug breaking the ability to specify custom SSLContexts in sub-classes of HTTPAdapter. (https://github.com/psf/requests/issues/6715)
Edited by Ludovic LANGE