-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Set VERIFY flags in create_urllib3_context #3577
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
Conversation
…3_context for python 3.13+ fixes urllib3#3571
Note that this change has downstream effects on |
@sigmavirus24 the certificates introduced in psf/requests#6662 do not pass with |
@pquentin +1 for using trustme for the certificate! I added a patch from psf/requests#6924 for now to fix the downstream test. |
@RichieB2B @Rogdham thanks for working on this! |
Set VERIFY_X509_PARTIAL_CHAIN and VERIFY_X509_STRICT in create_urllib3_context for python 3.13+
fixes #3571