-
Notifications
You must be signed in to change notification settings - Fork 279
Client example for two way ssl authentication / tls with custom client certificate #2
Comments
If I understand you correctly, you want to add custom (trusted) certification authorities from a file. Try the latest version. I added the possibility to use custom certification authorities here, however, it is not tested. Try for instance with: Please give me feedback if this works or not:) |
I have studied this issue abit more. You want to use a certificate for client authentication? In this case you have two files; the certificate and a private key file? |
Try latest version now with for instance: if you do not need a custom certificataion authority file: Again this is not tested, and feedback would be appreciated. |
I test this later, first i want try this implementation on golang. "1 Create a Certificate Authority. This is commonly called a "CA". |
I decided to moved the pem-filename parameter to the end of SocketClient constructor so its similar to the SocketServer constructor: |
I want connect to server with custom client certificate ssl file.
How can i do this with your lib.
Thank you.
The text was updated successfully, but these errors were encountered: