Replies: 1 comment
-
I'm interested in mutual TLS too. I noticed that if SocketContextOptions has defined ca_file_name, then the SSL_VERIFY_PEER is enabled in SSL (https://github.com/uNetworking/uSockets/blob/af57ff731eea55094c3de53d26716e107c12933b/src/crypto/openssl.c#L470) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I looked at "SocketContextOptions," but I couldn't find a way to verify clients.
I'm looking for a Nodejs equivalent of "rejectUnauthorized." (tls.createServer)
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions