QWebsocket + Socket.io + Nodejs ( How to make all of them working )
Unsolved
3rd Party Software
-
Hello all,
Is somebody already made a nodejs socket.io websocket server and send and receive message from a Qt Desktop App using QWebsocket ?
I have ssl errors and don't understand why ?
Many thanks for all helpers :)
Have a nice day.
-
Hi,
I haven't done that but usually when there's SSL errors, it means that you are either missing OpenSSL on your system or using an incompatible version.
What version of Qt are you using ? On what platform ?
-
Hello, thank you for your answer
I'm using Qt 5.8 on windows 10OpenSSL version > 1.01t
NodeJs -v > 0.10.29Further my research it seems to be different to use socket.io and regular websocket
-
Where are you OpenSSL .dll located ?