New submission from Chris Burr <christopher.b...@cern.ch>:
Enabling proxy certificate validation requires X509_V_FLAG_ALLOW_PROXY_CERTS to be included in the verify flags.[1] This should be exposed as ssl.VERIFY_ALLOW_PROXY_CERTS to match with the other X509_V_FLAG_* variables. https://www.openssl.org/docs/man1.1.1/man7/proxy-certificates.html ---------- components: Library (Lib) messages: 360035 nosy: chrisburr priority: normal severity: normal status: open title: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl type: enhancement versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39342> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com