FlorianREGAZ / Python-Tls-Client

Advanced HTTP Library
MIT License
678 stars 135 forks source link

certificate signed by unknown authority #109

Open eftehassanpp opened 9 months ago

eftehassanpp commented 9 months ago

im getting tls: failed to verify certificate: x509: certificate signed by unknown authority .

response = requests.post(
            url,
            cookies=cookieJar,
            headers=headers,
            data=data,
            proxy=proxy,
        )

in python requests module i can pass verify=False which will resolve this. but is there any option on tls_client for disable certificate verification?

h3cksamrat commented 7 months ago

Wondering about same thing #75 seems to address the same issue.