SSLCertVerificationError error when trying to download model presets from kaggle.com #1579
-
Hi, I ran this code in a notebook hosted on my laptop:
But got the following error: SSLCertVerificationError
It looks like we are using the
The only environmental issue I can think of is that I am behind a company firewall. But if Did keras tried to modify the certificate configuration? Is there a way for me to override it? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
nvm...I should configure the Interestingly, setting the |
Beta Was this translation helpful? Give feedback.
nvm...I should configure the
requests
lib.Interestingly, setting the
REQUESTS_CA_BUNDLE
or theCURL_CA_BUNDLE
environment variable values to an empty string won't disable SSL verification. I have to set it to a correct certificate path on my system to resolve this error.