-
Notifications
You must be signed in to change notification settings - Fork 694
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: CERTIFICATE_VERIFY_FAILED] certificate verify failed #85
Comments
I wonder if this was some kind of transient error. Can you try again if the error still occurs? |
Hi, just tested on different machine, linux this time:
Update to this commend: on linux it was my fault due missing ca-certificates package |
I've tried to reproduce this on multiple different systems, but have been unable to. Which OS X version was this on? Does this happen if you reinstall from the portable installer from scratch? |
I am having the same issue on mac os high sierra 10.13.2. Any updates on this ? |
Sorry, currently it's unknown as to why this would be happening. What is the exact error message log that gets printed? |
These are the errors I am getting.
MacBook-Air:emsdk-portable Oscar$ ./emsdk update
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/emsdk_unix_update.tar.gz':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
Fetching all tags from Emscripten Github repository...
Done. 120 tagged releases available, latest is 1.37.33.
Fetching all tags from Binaryen Github repository...
Done. 47 tagged Binaryen releases available, latest is 1.37.33.
Fetching all precompiled Nightly versions..
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/osx_32bit/index.txt':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/osx_64bit/index.txt':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/emscripten/nightly/linux/index.txt':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
Fetching all precompiled tagged releases..
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/osx_32bit/index.txt':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
Error downloading URL '
https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/osx_64bit/index.txt':
<urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed
(_ssl.c:590)>
I am running python 2.7.14 and openssl 10.0.2j. I tried updating openssl
through brew but the problem still remains.
Best regards,
Oscar
2018-02-02 16:24 GMT+01:00 juj <[email protected]>:
… Sorry, currently it's unknown as to why this would be happening. What is
the exact error message log that gets printed?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#85 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHxpaiZLkldnw483IZcFHquriRkkKWmoks5tQyKCgaJpZM4OKpJN>
.
|
This thread might be relevant: https://stackoverflow.com/questions/27835619/urllib-and-ssl-certificate-verify-failed-error |
Please copy at least something relevant because, as we know, stuff disappears off the internet without notice. Running |
This works for me, I only change the python version to 3.8 in my case, and then run again the
|
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
This is especially important on macOS where `urllib` can fail to verify certificates. See https://stackoverflow.com/questions/40684543/how-to-make-python-use-ca-certificates-from-mac-os-truststore Fixes: #1207, #85
Fixes in #1355 |
On macOS we started to observe an error when
emsdk update-tags
is performed:What is cause by unaccessibility of https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/nightly/osx_32bit/index.txt
The text was updated successfully, but these errors were encountered: