Replies: 1 comment 2 replies
-
Yes, what you're doing should be exactly right, by my reading. Does the same certificate and private key work with another client (e.g. curl)? Can you run with debug logging turned on? Add |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m trying to make an HTTPS request on a server that enforce TLS client authentication.
I’m using rustls and rustls-native-certs and configured the client like this:
Then I do my HTTPS request with this
agent
but I get this error:Beta Was this translation helpful? Give feedback.
All reactions