Skip to content

v0.2.52..v0.2.53 changeset HootNetworkRequest.cpp

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp b/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp
index ba204f8..fdd93c0 100644
--- a/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp
+++ b/hoot-core/src/main/cpp/hoot/core/io/HootNetworkRequest.cpp
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 
 #include "HootNetworkRequest.h"
@@ -105,7 +105,6 @@ bool HootNetworkRequest::_networkRequest(const QUrl& url,
     //  Setup the SSL configuration
     QSslConfiguration config(QSslConfiguration::defaultConfiguration());
     config.setProtocol(QSsl::SslProtocol::AnyProtocol);
-    config.setPeerVerifyMode(QSslSocket::VerifyPeer);
     config.setPeerVerifyMode(QSslSocket::VerifyNone);
     request.setSslConfiguration(config);
   }
Clone this wiki locally