You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to deploy a custom cert in the root bundle. REQUESTS_CA_BUNDLE works locally but when deployed on Azure Environment, the custom bundle is not loaded.
Actual Behavior
Default bundle is loaded
Steps to Reproduce
Add REQUESTS_CA_BUNDLE setting to a python function
Use python function with request library and signed cert with custom authority
'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)')))
Relevant code being tried
No response
Relevant log output
No response
requirements.txt file
No response
Where are you facing this problem?
Production Environment (explain below)
Function app name
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Expected Behavior
We need to deploy a custom cert in the root bundle. REQUESTS_CA_BUNDLE works locally but when deployed on Azure Environment, the custom bundle is not loaded.
Actual Behavior
Default bundle is loaded
Steps to Reproduce
'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get issuer certificate (_ssl.c:1006)')))
Relevant code being tried
No response
Relevant log output
No response
requirements.txt file
No response
Where are you facing this problem?
Production Environment (explain below)
Function app name
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: