Remove godaddy certificate

This commit is contained in:
Jonas Kvinge
2021-06-12 19:14:47 +02:00
parent b911f4f34e
commit 141957e4b5
4 changed files with 2 additions and 40 deletions

View File

@@ -24,12 +24,9 @@
#include <QtGlobal>
#include <QCoreApplication>
#include <QList>
#include <QLocalSocket>
#include <QSsl>
#include <QSslCertificate>
#include <QSslSocket>
#include <QString>
#include <QStringList>
#include <QtDebug>
#include <QLocalSocket>
#include "core/logging.h"
#include "tagreaderworker.h"
@@ -64,10 +61,6 @@ int main(int argc, char **argv) {
return 1;
}
#if QT_VERSION < QT_VERSION_CHECK(5, 15, 0)
QSslSocket::addDefaultCaCertificates(QSslCertificate::fromPath(":/certs/godaddy-root.pem", QSsl::Pem));
#endif
TagReaderWorker worker(&socket);
return a.exec();