Invalid apache ssl Firefox error code
By tompson
This entry was posted on January 4, 2007 at 13:46 and is filed under Linux. You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
January 11, 2007 at 18:54 |
I receive the same firefox error trying ssl but the logs do say ” Invalid method in request \x16\x03\x01″
January 11, 2007 at 21:14 |
It’s a apache2 error.
Edit your etc/apache2/sites-available/default-ssl
in this line:
SSLCertificateKeyFile /etc/apache2/ssl/XXXXXX
XXXXXX must match with the filename in /etc/apache2/ssl/
(not apache.pem the other one)
apache -k restart
good luck!
Good luck
January 11, 2007 at 23:04 |
This is correct.
SSLCertificateKeyFile /etc/apache2/ssl/KEYFILENAME
and
SSLCertificateFile /etc/apache2/ssl/CERTFILENAME
must match correct certificate and keyfiles. My question was if the bad error messages comes from the apache2 implementation or the firefox code.
January 27, 2007 at 13:25 |
It’s a good effort, but would you advice how we solve same problem on Win XP pak2.
Best Regards
January 28, 2007 at 12:58 |
You mean you have an apache2 server installed on a Win XP SP2?
Fix it in the same way, check the path to your SSLCertificateKeyFile and SSLCertificateFile and that the two files are valid.
February 10, 2007 at 18:15 |
[...] server and client certificates with openssl I got so much response on my post about the certificate problems with apache2 and Firefox that I decided to post a howto about [...]
December 25, 2007 at 15:14 |
[...] got so much response on my post about the certificate problems with apache2 and Firefox that I decided to post a howto about [...]