Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,004 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
After we updated our Sentinel data connector(implemented in Azure Function) to use python3.11 from 3.10, we got SSL Error from urllib3 when making API calls: SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1006)')))
This happens when local testing is performed and deployed to Azure Functions.
It was working fine when using Python 3.10, anyone seeing the same issue? Please help.