QSslSocket: cannot call unresolved function SSLv23_client_method
-
QSslSocket: cannot call unresolved function SSLv23_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_get_error^^I've been getting the above error ^^
Googled around and the common solution was to shift ->
libeay32.dll
ssleay32.dll
from -> C:\QT\Tools\mingw530_32\opt\bin
to -> C:\QT\Tools\mingw530_32\binbut i still get the above error :( can anyone help me with this?
-
Hi,
Which version of OpenSSL did you get ?
-
Hi, I have this version on my windows:
Win32OpenSSL_Light-1_1_0h -
Then you should downgrade to the OpenSSL 1.0 series.
1.1 broke API/ABI compatibility. There's a backend supporting 1.1 since 5.11 but you'll have to build it yourself.
-
Downgraded to 1.0 and it worked. Thank you so much! ^^