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: SSLCertVerificationErrorIt 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
requestslib.Interestingly, setting the
REQUESTS_CA_BUNDLEor theCURL_CA_BUNDLEenvironment 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.