qt查看是否支持SSL

#include <QDebug>
#include <QSslSocket>

qDebug()<<QSslSocket::supportsSsl();
原文地址:https://www.cnblogs.com/liyuchuan/p/12408249.html