Skip to content
English
  • There are no suggestions because the search field is empty.

API authentication error due to SSL verification failure

Original Question or Issue:

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.


Environment:

  • Product - FileCloud Server
  • Version - Any
  • Platform - Any

Steps to Reproduce:

 


Error or Log Message:

  • LoginCall=s.post(ServerURL+LoginEndPoint, data=Creds, headers=Headers).json()

  • ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1108)


Defect or Enhancement Number:

 


Cause:

 


Resolution or Workaround:


Notes: