From 9cd7423dd7fae6894fd601b46502b87b51258270 Mon Sep 17 00:00:00 2001 From: Dan Stillman Date: Tue, 2 Sep 2014 23:28:20 -0400 Subject: [PATCH] Change cert error message URL to https:// --- chrome/content/zotero/xpcom/sync.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/xpcom/sync.js b/chrome/content/zotero/xpcom/sync.js index 43d5356d1..185ef41ed 100644 --- a/chrome/content/zotero/xpcom/sync.js +++ b/chrome/content/zotero/xpcom/sync.js @@ -1974,7 +1974,7 @@ Zotero.Sync.Server = new function () { catch (e) { Zotero.debug(e); } - var kbURL = 'http://zotero.org/support/kb/ssl_certificate_error'; + var kbURL = 'https://zotero.org/support/kb/ssl_certificate_error'; _error(Zotero.getString('sync.storage.error.webdav.sslCertificateError', host) + "\n\n" + Zotero.getString('general.seeForMoreInformation', kbURL), false, noReloadOnFailure);