Link to SSL certificate error KB page on error
This commit is contained in:
parent
055f641188
commit
3fb8d66e1e
1 changed files with 2 additions and 1 deletions
|
@ -1736,7 +1736,8 @@ Zotero.Sync.Server = new function () {
|
|||
catch (e) {
|
||||
Zotero.debug(e);
|
||||
}
|
||||
_error("SSL certificate error connecting to " + host);
|
||||
// TODO: localize
|
||||
_error("SSL certificate error connecting to " + host + "\n\nSee http://zotero.org/support/kb/ssl_certificate_error for more information.");
|
||||
}
|
||||
else if ((secInfo.securityState & Ci.nsIWebProgressListener.STATE_IS_BROKEN) == Ci.nsIWebProgressListener.STATE_IS_BROKEN) {
|
||||
_error("SSL connection error");
|
||||
|
|
Loading…
Add table
Reference in a new issue