I am not able to access localhost https pages in firefox3. It gave the error
‘Can’t connect securely because the SSL protocol has been disabled. (Error code: ssl_error_ssl_disabled)’
I enabled all the SSL2 related preferences through about:config and the error changed to
‘Data Transfer Error The browser connected successfully, but the connection was interrupted while transferring information. Please try again.’
The first error seems most likely due to a invalid certificate but can’t figure out the second…
Quick way to create a self-signed certificate using openssl:
(It’s better to create a CA certificate separately and use that to create a certificate to use; apache complains to the error log when you use a self-signed certificate like above. But I don’t have a recipe handy for doing that.)
Then in your apache configuration (separately for each virtual host if needed), say:
and make sure mod_ssl is enabled.
You may be able to debug your problems using curl: