qml: Error: SSL Sockets are not supported on this platform.
Solved
QML and Qt Quick
-
I'm currently trying to get this websocket example working. I believe I get it rendering correctly but I get "qml: Error: SSL Sockets are not supported on this platform." When it tries to connect to the websocket. Any idea about what I can do to fix this?
I'm using Desktop Qt 5.15.2 MSVC2019 64bit
-
Hi and welcome to devnet,
Did you install OpenSSL ?
-
For your project, did you check that the PATH environment variable has the path to the installation folder in it ?
Check it in the Run part of the Project panel.