socket.io-client-cpp
socket.io-client-cpp copied to clipboard
Secure Connection
Hi,
My socket-io server is using client certificates to verify clients and also rejecting clients without certificate. I have cert,key & ca file. How can I use my certificate with socket.io-client-cpp? Thanks,
We also need certificate support :| Is there any way to use socket.IO with client certificates using .Net?
Hello Does someone has solved it or have a workaround ? I am also in this case (My socket-io server is using client certificates to verify clients and also rejecting clients without certificate.) Do you have some code example ? Thanks