mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Rejecting the SSL dialog means untrusting.
This commit is contained in:
parent
4807c355e5
commit
4d1fed3d00
@ -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 New Issue
Block a user