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: CERTIFICATE_VERIFY_FAILED] certificate verify failed #86

Open
change2014 opened this issue Sep 10, 2020 · 1 comment
Open

[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed #86

change2014 opened this issue Sep 10, 2020 · 1 comment

Comments

@change2014
Copy link

change2014 commented Sep 10, 2020

Not able to download images, attaching screenshot of the error
image

@jasonsbless
Copy link

This workaround mentioned in the following discussion can temporarily fix the certificate problem raised in request.py.

https://stackoverflow.com/questions/35569042/ssl-certificate-verify-failed-with-python3

import ssl
ssl._create_default_https_context = ssl._create_unverified_context

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

2 participants