diff ui/sslconnection.cpp @ 1088:508c96e72f62

(issue124) Switch server URL and remove some RELEASE_BUILD options As the test server speaks ECDSA we do not need so much #ifndef RELEASE_BUILD options anymore.
author Andre Heinecke <andre.heinecke@intevation.de>
date Fri, 12 Sep 2014 15:38:42 +0200
parents 78798d3af8f0
children 2a1206932f53
line wrap: on
line diff
--- a/ui/sslconnection.cpp	Fri Sep 12 15:13:58 2014 +0200
+++ b/ui/sslconnection.cpp	Fri Sep 12 15:38:42 2014 +0200
@@ -28,9 +28,9 @@
     if (certificate.isEmpty()) {
 #ifdef RELEASE_BUILD
         /* TODO Change certificate here in case of release build */
-        QFile certResource(":certs/intevation.de");
+        QFile certResource(":certs/ssl-test");
 #else
-        QFile certResource(":certs/intevation.de");
+        QFile certResource(":certs/ssl-test");
 #endif
         certResource.open(QFile::ReadOnly);
         mPinnedCert = certResource.readAll();

http://wald.intevation.org/projects/trustbridge/