Replies: 2 comments 4 replies
-
|
Hello, You need to pass the ca directly to the client. Check https://github.com/erebe/wstunnel/blob/main/docs/using_mtls.md#using-mtls-on-the-wstunnel-client-side |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
Any update? |
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.
-
Hi,
I'm trying to set up mTLS using self-signed certificates.
The server side is working fine - I provided the client's CA certificate using a command-line flag(
--tls-client-ca-certs).However, the client side isn't working, even when I place the server's CA certificate in the operating system's CA folder. Works ok without this flag
--tls-verify-certificate, but I need it to actual mTLSIs it possible to configure the client to trust CAs from the OS, or should I also pass the CA certificate to the client explicitly using a flag that is missing on its side(
--tls-client-ca-certs)Currently I am using 10.1.8 version, if it's already fixed in future release, I will upgrade. From the code, I didn't see anything that can help
Thanks
Beta Was this translation helpful? Give feedback.
All reactions