ConvertAPI / convertapi-library-python

A Python library for the ConvertAPI
https://www.convertapi.com
Other
73 stars 22 forks source link

Allow disabling SSL certificate verification #34

Closed laurynas-convertapi closed 1 year ago

laurynas-convertapi commented 1 year ago

Allows disabling SSL verification:

convertapi.verify_ssl = False

https://github.com/ConvertAPI/convertapi-python/issues/33