mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-26 23:28:14 +03:00
Rejecting the SSL dialog means untrusting.
This commit is contained in:
parent
4807c355e5
commit
4d1fed3d00
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ void ownCloudInfo::slotSSLFailed( QNetworkReply *reply, QList<QSslError> errors
|
|||
// User does not want to trust.
|
||||
_certsUntrusted = true;
|
||||
}
|
||||
} else {
|
||||
_certsUntrusted = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue