mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Set sslCertsTrust to defined value at start.
This commit is contained in:
parent
cb6b3e1d85
commit
094d563dbb
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,6 @@ ownCloudInfo* ownCloudInfo::instance()
|
|||
|
||||
if (!_instance) {
|
||||
_instance = new ownCloudInfo;
|
||||
|
||||
}
|
||||
mutex.unlock();
|
||||
}
|
||||
|
@ -67,6 +66,8 @@ ownCloudInfo::ownCloudInfo( const QString& connectionName, QObject *parent ) :
|
|||
|
||||
connect( _manager, SIGNAL(authenticationRequired(QNetworkReply*, QAuthenticator*)),
|
||||
this, SLOT(slotAuthentication(QNetworkReply*,QAuthenticator*)));
|
||||
|
||||
_certsUntrusted = false;
|
||||
}
|
||||
|
||||
ownCloudInfo::~ownCloudInfo()
|
||||
|
|
Loading…
Reference in a new issue