Hi,

On Sat, Apr 09, 2005, ADFH wrote:
> 
> It would appear that galeon is locked to using a particular type of SSL,
> as when accessing the network solutions website, I can't go to the login
> portion for account management, as galeon gives me a popup dialog
> advising me that SSL v2 is disabled.

 You can see the "underlying mozilla configuration" of Galeon if you
 visit the "about:config" page.  Changing "security.enable_ssl2" to true
 will permit you to visit Network Solutions' website.

 SSL v2 is disabled by the following javascript snipset in
 /usr/share/galeon/default-prefs.js:
    // disable SSLv2, it has security issues
    pref("security.enable_ssl2", false);

 Add the following to you .galeon/mozilla/galeon/user.js:
    // SSLv2 is disabled by default because of security issues
    user_pref("security.enable_ssl2", true);
 (Restart Galeon.)

 I'll ask upstream why they disabled SSLv2, if that's still valid, I'll
 request other browsers to disable it too.  Meanwhile, I'll document
 that setting in README.Debian.

   Regards,
-- 
Loïc Minier <[EMAIL PROTECTED]>
"Neutral President: I have no strong feelings one way or the other."

Reply via email to