From 66c60464e6498bd13ba439e42803f8147d1d8cf7 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Sat, 16 Nov 2019 16:05:11 -0800 Subject: [PATCH] Require TLS cert --- src/connection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/connection.cpp b/src/connection.cpp index 41ea1d6..f74584f 100644 --- a/src/connection.cpp +++ b/src/connection.cpp @@ -42,7 +42,7 @@ void ConnectionLoader::doAutoConnect() { qDebug() << "Doing autoconnect"; auto config = std::shared_ptr(new ConnectionConfig()); - config->dangerous = true; + config->dangerous = false; config->server = Settings::getInstance()->getSettings().server; // Initialize the library