Hello everyone,
I’m building a web app using streamlit and I’m getting this error when I run it on Render:
SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1129)’)
I’m not sure it has to do with Render but when I run the streamlit app localy then this error doesn’t occur.
Any help would be great.
Hi there,
It sounds like you’re trying to connect to something without a CA-verifiable certificate. Maybe check is the cert is exprired or if there’s a “verify: false” option on whatever client this error is coming from.
Alan
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.