-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Description
Hi, applying the following code I get a SSLCertVerificationError:
import convertapi
convertapi.api_secret = 'your-api-secret'
result = convertapi.convert('pdf', { 'File': '/path/to/my_file.docx' })
result.file.save('/path/to/save/file.pdf')
Is there a possibility to deactivate the verification? E.g. as when using the requests package directly with verify=False.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels