003_gorilla_websocket
003_gorilla_websocket copied to clipboard
Go Client Web Socket With Self Signed Certificates
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