-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 Failure #191
Comments
This is a duplicate of #111 |
EDIT: This solution is just a temporary workaround. A better solution is this comment. In case someone else runs into this issue, I did not find my answer in #111 . I did, however, find a solution. Rolling back the certifi module solved the problem...
|
Thanks for that solution! |
Actually, for a much better solution to this problem (and the ability to use the most up to date certifi module) do the following:
To check that everything is the latest and greatest...
|
I reproduced the same error a bit differently. Posting here for future reference: I stood home in China for a couple of weeks, during which all Google services are cut off, including all the Google Cloud APIs. Long story short, I set up a Shadowsocks server on a VPS and found the following code snippet super helpful on a Windows 10 machine running a Shadowsocks client on Port 7070
Usage: put these things before initializing the After returning back to my office, I made a mistake of running the same Jupyter codebook on a Linux machine: so far, it does not even have |
@llinfeng very very very thank you , this solution succeeded in my problem |
Newbie here... go easy on me.
Copy and pasting your example code and adding my own API key gives me the following error:
Advice?
The text was updated successfully, but these errors were encountered: