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!
Copy link to clipboard
Copied
I don't believe so - but you can if you use the REST API directly.