Comment 12 for bug 181893

Revision history for this message
Michael Flaig (mflaig) wrote : Re: clicking on an https link when the remote site has invalid credentials does not work

https works for officialy signed and valid ssl certificates.
https does not work for self-signed, expired

As soon as the certificate is not 100% OK, there should be a message about the problem, but you can only see a blank page.
The handling of SSL errors (i.e. self-signed certificates, expired, etc.) has changed in gecko 1.9 (firefox 3). Today you get a fancy html message in firefox instead of a dialog window.