I am doing https get operation with QNetworkAccessManager. I run SSLErrors at runtime. After some research time, I was able to run my program after installing OpenSSL. I needed two dll libraries: libeay32.dll and ssleay32.dll. Should I say that I cannot perform the https "get" operation using QNetworkAccessManager without OpenSSL? Does Qt support native https support with QNetworkAccessManager.
Thanks, De Costo.
source share