This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chrisburr
Recipients chrisburr
Date 2020-01-15.10:03:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579082580.52.0.275703305608.issue39342@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-01-15 10:03:00chrisburrsetrecipients: + chrisburr
2020-01-15 10:03:00chrisburrsetmessageid: <1579082580.52.0.275703305608.issue39342@roundup.psfhosted.org>
2020-01-15 10:03:00chrisburrlinkissue39342 messages
2020-01-15 10:03:00chrisburrcreate