003_gorilla_websocket icon indicating copy to clipboard operation
003_gorilla_websocket copied to clipboard

Go Client Web Socket With Self Signed Certificates

Open anupsunni opened this issue 7 years ago • 0 comments

Could you please let me know how to code a

GO client which would connect to an existing websocket which requires client authentications. The existing websocket is a TLS1.2 TCP socket(FROM Node.JS) and hence the GO Client must have its own [ client.crt and client.key files] for connecting and sending information.

Please help me,

Regards, Anup

anupsunni avatar Sep 21 '17 10:09 anupsunni