From 238a1736e2753c9f823b388b197d66cff11c85cf Mon Sep 17 00:00:00 2001 From: "javi%netscape.com" Date: Wed, 13 Jun 2001 21:50:59 +0000 Subject: [PATCH] Fix for Bug 33772 r=mcgreer, sr=blizzard, a=asa Throw up an alert when a connection is not possible because of an SSL error. --- security/manager/ssl/resources/locale/en-US/pipnss.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/manager/ssl/resources/locale/en-US/pipnss.properties b/security/manager/ssl/resources/locale/en-US/pipnss.properties index 123ab1cba4d1..57ad35b012ff 100644 --- a/security/manager/ssl/resources/locale/en-US/pipnss.properties +++ b/security/manager/ssl/resources/locale/en-US/pipnss.properties @@ -144,3 +144,7 @@ ForcedBackup3=To make a copy, click OK. If possible, you should save your backup UnknownCertIssuer=(Unknown Issuer) UnknownCertOrg=(Unknown Organization) AVATemplate=%S = %S +SSLDisabled=You cannot connect to %S because SSL is disabled. To change this setting, choose Preferences from the Edit menu, click Privacy and Security, and click the subcategory SSL. +SSL2Disabled=You cannot connect to %S because SSL version 2 is disabled. To change this setting, choose Preferences from the Edit menu, click Privacy and Security, and click the subcategory SSL. +SSLNoMatchingCiphers=%S and %S cannot communicate securely because they have no common encryption algorithms. +SSLGenericError=You cannot connect connect to %S because of an unknown SSL error (%S)