SSL error #55
Unanswered
hankhank10
asked this question in
Q&A
Replies: 2 comments
-
What does the following Python script print on your machine? from urllib.request import urlopen
r = urlopen('https://www.wikidata.org/')
print(r.code, r.reason) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Install the latest version of OpenSSL on your computer and add "ssl" module for python. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After installing and running the demonstration code I get the following error after the first two lines
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1123)>
Beta Was this translation helpful? Give feedback.
All reactions