qt.network.ssl: QSslSocket error when trying to open https but http work?...
Solved
Qt WebKit
-
Hello I receive this messeges when I'm trying to access to https :
qt.network.ssl: QSslSocket: cannot call unresolved function ERR_get_error
qt.network.ssl: QSslSocket: cannot call unresolved function SSLv23_client_method
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_CTX_new
qt.network.ssl: QSslSocket: cannot call unresolved function SSL_library_initI try to follow some solutions found on some forum like update openSSL or copy libeasy32.dll and ssleasy32.dll next the release exe but same error...
I'm with qt kit 10.1.0, 64bits, msvc 2015.
I try the kit 5.12 msvc2017 64 bits, same problem.
thank you very much for your help