Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-39342: Expose X509_V_FLAG_ALLOW_PROXY_CERTS in ssl module #18011

Open
wants to merge 1 commit into
base: master
from

Conversation

@chrisburr
Copy link

chrisburr commented Jan 15, 2020

Exposes the X509_V_FLAG_ALLOW_PROXY_CERTS constant as ssl.VERIFY_ALLOW_PROXY_CERTS to allow for proxy certificate validation as described in: https://www.openssl.org/docs/man1.1.1/man7/proxy-certificates.html

https://bugs.python.org/issue39342

@tiran

This comment has been minimized.

Copy link
Member

tiran commented Jan 15, 2020

Thanks, your patch looks good to me.

I cannot approve the PR at the moment. GH request fails with Personal token required for this feature. I'll look into the matter later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants
You can’t perform that action at this time.