Support for https using QNetworkAccessManager. Hitting SslErrors at runtime

那年仲夏 提交于 2019-12-10 16:59:40

问题


I am performing a https get operation with QNetworkAccessManager. I am hitting SSLErrors at runtime. After researching for a while I was able to get my program running after installing OpenSSL. I required two dlls: libeay32.dll and ssleay32.dll. Is it to say that I cannot perform https "get" operation using QNetworkAccessManager without OpenSSL ?? Doesn't Qt support native https support using QNetworkAccessManager.

Thanks, De Costo.


回答1:


Had to install the following dll's found at the following website to my machine: http://www.slproweb.com/products/Win32OpenSSL.html

The encryption is guarded closely by the nationality. So, More info at:

http://developer.qt.nokia.com/faq/answer/how_can_i_add_ssl_support_to_my_qt_application



来源:https://stackoverflow.com/questions/5630512/support-for-https-using-qnetworkaccessmanager-hitting-sslerrors-at-runtime

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!