摘要: #### NetworkRequestManager.h #include <QSsl>#include <QSslKey>#include <QSslSocket>#include <QSslConfiguration>#include <QSslCertificate>#include <QSs 阅读全文
posted @ 2018-05-11 16:47 jk-Huan 阅读(5574) 评论(0) 推荐(0)
摘要: 因为https访问需要用到SSL认证,而QT默认是不支持SSL认证,所以在使用之前必须先做一些准备工作: 需要安装OpenSSL库: 1、首先打开http://slproweb.com/products/Win32OpenSSL.html网页; 2、下载安装包,我下载的是:Win32 OpenSSL 阅读全文
posted @ 2018-04-26 16:55 jk-Huan 阅读(5484) 评论(0) 推荐(0)