#include <QDebug>
#include <QSslSocket>
qDebug()<<QSslSocket::supportsSsl();
qt查看是否支持SSL
原文:https://www.cnblogs.com/liyuchuan/p/12408249.html