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

Enable certificate validation #351

Open
steveoh opened this issue Apr 19, 2022 · 2 comments
Open

Enable certificate validation #351

steveoh opened this issue Apr 19, 2022 · 2 comments

Comments

@steveoh
Copy link
Member

steveoh commented Apr 19, 2022

We have valid certificates for all machines.

r = requests.post(url, data=data, timeout=self.timeout, verify=False)

@stdavis thoughts?

@stdavis
Copy link
Member

stdavis commented Apr 19, 2022

Seems worth a try to me.

@steveoh
Copy link
Member Author

steveoh commented Apr 20, 2022

ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1131)

I think we're still missing something.

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

No branches or pull requests

2 participants