there's a qt bug, ignore wrong ssl errors; refs #130

master
Marc Wäckerlin 12 years ago
parent 6fbac22000
commit 0ed41c7f51
  1. 2
      src/downloadmanager.hxx

@ -231,6 +231,8 @@ class DownloadManager: public QObject {
<<cert->subjectInfo(QSslCertificate::CommonName);
if (err->certificate()==*cert) {
LOG<<"QT-BUG! Certificate matches known certificate";
//! @bug work around qt bug (Qt Mac 4.8.2)
reply->ignoreSslErrors(errors);
} else {
LOG<<"CERTIFICATE ERROR! Certificates are different";
}

Loading…
Cancel
Save