socket.io-client-cpp icon indicating copy to clipboard operation
socket.io-client-cpp copied to clipboard

How to use TLS mod and not TLS?

Open TemKaSD opened this issue 2 years ago • 0 comments

I compile:

target_link_libraries(ghost++ PRIVATE sioclient) target_link_libraries(ghost++ PRIVATE sioclient_tls)

Error:

[error] Server handshake response error: websocketpp.processor:20 (Invalid HTTP status.)

If you compile only: target_link_libraries(ghost++ PRIVATE sioclient_tls)

is ok.

Me need sioclient and sioclient_tls.

TemKaSD avatar Dec 21 '23 17:12 TemKaSD