Hey guys,
Today question is simple...
As soon as I try to establish a connection with an https server (previously working over http), I get these errors:
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
Obviously I need to implement some sort of https handling.
I've been trying to search the net on this matter and haven't found any clear examples or tutorial.
I've read about QSslSocket, but implementing such thing would throw all my previous implementation using QNetworkAccessManager away! There has to be a more integrated way to do this...
Thanks!



