0
Disabling SSL Certificate verification in PDF Extract API
New Here
,
/t5/acrobat-services-api-discussions/disabling-ssl-certificate-verification-in-pdf-extract-api/td-p/14043990
Aug 28, 2023
Aug 28, 2023
Copy link to clipboard
Copied
Hello,
I am getting SSLCertVerificationError while running the sample code given in the below link:
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!
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Adobe Employee
,
LATEST
/t5/acrobat-services-api-discussions/disabling-ssl-certificate-verification-in-pdf-extract-api/m-p/14049059#M6900
Aug 30, 2023
Aug 30, 2023
Copy link to clipboard
Copied
I don't believe so - but you can if you use the REST API directly.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

