Question
Disabling SSL Certificate verification in PDF Extract API
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!
