Summary:
Failing API authentication via Python
Question/Issue Description:
API calls sent from Python-based applications are failing authentication and returns an SSL verification failed error even if the site's SSL certificate is still valid. All functions from the FileCloud web interfaces are working.
Error: SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate
Environment Details:
Error/Log Message:
sample call
LoginCall=s.post(ServerURL+LoginEndPoint, data=Creds, headers=Headers).json()
result
ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)
Steps to Reproduce:
NA
Resolution/Workaround:
Notes:
Support docs for reference: