Skip to content

Deactivate SSL Certrificate verification? #33

Description

@tobtietze

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions