PDA

View Full Version : Websocket SSL



manip
26th November 2014, 19:19
Hi,

I've just tried to use the ssl samples using websocket but I did notice two problems :

1)The server console prints QIODevice::read device not open

2)The client console remains completely black

I am using QT 5.3 and mingw on gcc 4.8.2

I am wondering if I need to install openssl on windows.

cheers

andariel
28th November 2014, 16:52
I would say 'yes'.

OpenSSL is a dependency of QSslSocket but is a third-party library.