SLL error on Windows
-
My app is throwing the following errors on windows:
QSslSocket: cannot call unresolved function SSLv3_client_method QSslSocket: cannot call unresolved function SSL_CTX_new QSslSocket: cannot call unresolved function SSL_library_init QSslSocket: cannot call unresolved function ERR_get_error QSslSocket: cannot call unresolved function ERR_error_string
I have tried following this answer in StackOverflow without success. This same error is presented in PySide as well...
What can I do to fix this? It will work if I compile Qt statically against a OpenSSL dll for Windows (because I need to generated the PySide bindings from that compilation of Qt to get the error fixed from the bindings too)?
-
Try to install the latest OpenSSL libraries for Windows. You can find it here : https://www.openssl.org/related/binaries.html