SSLCertVerificationError
# general-help
d
Hello! This is the error message that AWS Lambda is giving me:
Copy code
"errorMessage": "HTTPSConnectionPool(host='home.nafzigers.us', port=443): Max retries exceeded with url: /api/alexa/smart_home (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1091)')))",
I don't know what to do! I have tried ever type of SSL/TLS type, all with the SAME error. Any ideas?
e
It's currently redirecting https to http - is SSL/TLS set to "Off"? Also - can you try going to the bottom of https://dash.cloudflare.com/?to=/:account/:zone/ssl-tls/edge-certificates and disabling Universal SSL, waiting a few minutes and enabling it again?
d
It was set to "off" but nothing changed, so I set it back to "Full (Strict)". I just disabled Universal SSL, and will turn it back on in a few minuets. Thank you for your assistance so far.
THAT WORKED!!! Thank you so much Erisa. Is there a way to thank you that would be publicly be seen? (ie. a rating system or something?)
3 Views