From 3fb8d66e1e699924608d0245d7ab3fa3285fd05c Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 7 Sep 2010 20:21:13 +0000 Subject: [PATCH] Link to SSL certificate error KB page on error --- chrome/content/zotero/xpcom/sync.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 039cafa7a..d96cdacec 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -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");