Replies: 1 comment 1 reply
-
It appears there used to be separate |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The docs suggest that the appropriate way to relax TLS/SSL checks is to set the value to
False
when configuring the sessionHowever, I need to provide TLS client auth certificates in order to for the server to accept the connection, yet I also want to be able to relax the standard TLS checks on the server's authenticity from the client-side (the cert chain includes some self-signed certs, it gets painful to provide all of them and for ergonomic reasons I want an option to ignore all of that, it's not actually important to security in this case).
How can I accomplish this?
Here's my existing code:
Beta Was this translation helpful? Give feedback.
All reactions