-
Notifications
You must be signed in to change notification settings - Fork 239
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
Windows: urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #452
Comments
Please bump cibuildwheel to the most recent version. it should be fixed in #447 |
Got it, will try. Thank you. |
I'm currently seeing this as well on travis ci windows builds only, already running the latest version (1.6.3). I did a release yesterday and things worked fine, so somethings changed in the last day (likely the certs on the windows box). I've worked around this by installing |
@jcrist , cool, thanks for sharing. |
I'm already using 3.8.6 (in that PR), which didn't fix things. Installing certifi and forcing the build to use certifi certs did fix things. |
starnge |
@jcrist , did you face such issue on windows The reason looks strange:
https://travis-ci.com/github/ets-labs/python-dependency-injector/jobs/411227719 I have it after tried your solution. PS: I have recently migrated from |
Fixed
Seems that wasn't needed when I initially configured windows builds. |
Thanks everybody for the help and special thanks to this lib creators and contributors for the great tool. |
I just spotted this in an unrelated PR, this time on Appveyor: https://ci.appveyor.com/project/joerick/cibuildwheel/builds/36032538/job/n4duoutlja3nbqit It's happening in the host process, not in a version of Python installed by cibuildwheel. But still on that initial nuget download. |
Perhaps cibuildwheel should require |
It looks rather like outdated windows images from CI provider. There is possibility to change certificate source after scripts run? |
I got the same issue on one of my projects on Appveyor... |
This is fixed in v1.6.4. |
@joerick no GitHub release? |
@henryiii oops, thanks for the reminder! |
Hello,
Can you, please, help me to debug https://travis-ci.org/github/ets-labs/python-dependency-injector/jobs/739050288?
It occurs only on Windows. Error says:
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)>
. I'm unclear whos certificate has expired.Best,
Roman
The text was updated successfully, but these errors were encountered: