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

SSL issue with new enforced VERIFY_X509_STRICT context flag in Python 3.13 #145

Open
vleemrijse opened this issue Oct 16, 2024 · 0 comments

Comments

@vleemrijse
Copy link

vleemrijse commented Oct 16, 2024

Our corporate proxy doesn't enforce the basic constraints extension as critical for his root certificate.
This causes an issue with the new SSL default flag in python 3.13.

It is possible to disable it. See: https://docs.python.org/3/whatsnew/3.13.html#ssl
It worked without issue when I modified install-poetry.py

What's your opinion on this given that even some certs from certifi have this issue in the latest version ?
We could also add an argument I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant