You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: