Require TLS cert
This commit is contained in:
@@ -42,7 +42,7 @@ void ConnectionLoader::doAutoConnect() {
|
||||
qDebug() << "Doing autoconnect";
|
||||
|
||||
auto config = std::shared_ptr<ConnectionConfig>(new ConnectionConfig());
|
||||
config->dangerous = true;
|
||||
config->dangerous = false;
|
||||
config->server = Settings::getInstance()->getSettings().server;
|
||||
|
||||
// Initialize the library
|
||||
|
||||
Reference in New Issue
Block a user