Skip to content

Commit

Permalink
dump ssl info
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonwang committed Jul 20, 2021
1 parent 4133762 commit d0aa67b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Launchy/UpdateChecker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ void UpdateChecker::manualCheck() {

void UpdateChecker::getVersionInfo() {
m_mgr->get(QNetworkRequest(QUrl("https://launchy.wangzhl.com/version.xml")));
qDebug() << "UpdateChecker::checkUpdate, ssl:" << QSslSocket::supportsSsl();
qDebug() << "UpdateChecker::checkUpdate, qt ssl:" << QSslSocket::sslLibraryBuildVersionString();
qDebug() << "UpdateChecker::checkUpdate, current ssl:" << QSslSocket::sslLibraryVersionString();
qDebug() << "UpdateChecker::checkUpdate, getting version info";
}

Expand Down

0 comments on commit d0aa67b

Please sign in to comment.