Skip to main content
Participant
August 28, 2023
Question

Disabling SSL Certificate verification in PDF Extract API

  • August 28, 2023
  • 1 reply
  • 771 views

Hello,

 

I am getting SSLCertVerificationError while running the sample code given in the below link:

https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/quickstarts/python/#step-three-creating-the-application

 

Is there an option (in "pdfservices-sdk" package) to disable the disable SSL certificate verification temporarily? Basically, I am looking for an option similar to verify=False in requests library:

response = requests.get('https://example.com ', verify=False)

 

Thanks!

    This topic has been closed for replies.

    1 reply

    Raymond Camden
    Community Manager
    Community Manager
    August 30, 2023

    I don't believe so  - but you can if you use the REST API directly.