Python-Tls-Client icon indicating copy to clipboard operation
Python-Tls-Client copied to clipboard

certificate signed by unknown authority

Open eftehassanpp opened this issue 1 year ago • 2 comments
trafficstars

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?

eftehassanpp avatar Feb 12 '24 13:02 eftehassanpp

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

h3cksamrat avatar Apr 14 '24 08:04 h3cksamrat