Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Disabling SSL Certificate verification in PDF Extract API

New Here ,
Aug 28, 2023 Aug 28, 2023

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...

 

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!

590
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Aug 30, 2023 Aug 30, 2023
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources