IXWebSocket
IXWebSocket copied to clipboard
Error connecting with TLS
I'm trying to connect to a 3rd party server that's using OpenSSL.
I've built ixwebsockets on Windows in Visual Studio using vcpkg specifying features : ssl (I've also tried adding and building with ssl and mbedtls as well as ssl and openssl).
The connection is rejected with "error in handshake : SSL - The connection indicated an EOF"
Somewhat stuck. Any tips?