socketio / socket.io-client-cpp

C++11 implementation of Socket.IO client
MIT License
2.26k stars 730 forks source link

How to use TLS mod and not TLS? #417

Open TemKaSD opened 11 months ago

TemKaSD commented 11 months ago

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.