Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

certificate signed by unknown authority #109

Open
eftehassanpp opened this issue Feb 12, 2024 · 1 comment
Open

certificate signed by unknown authority #109

eftehassanpp opened this issue Feb 12, 2024 · 1 comment

Comments

@eftehassanpp
Copy link

eftehassanpp commented Feb 12, 2024

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
Copy link

h3cksamrat commented Apr 14, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants