RE: configured Apache SSL, SSL module loads - but nobody's listening on the SSL port (so https: access doesn't work)
From: Charles E. Doucette <cdoucette_at_med-learn.com>
Date: 2003-12-13 03:18:51 CET
Ok, I fixed my own problem.
When I figured out how to start it manually, I found my problem:
C:\Program Files\Apache Group\Apache2\bin>Apache
For some reason, configuration file errors aren't reported in the error log.
This change *definitely* needs to be added to the cookbook:
C:\Program Files\Apache Group\Apache2\conf>fc ssl.default.conf ssl.conf
Comparing files ssl.default.conf and SSL.CONF
***** ssl.default.conf
***** SSL.CONF
When I changed SSLMutex to default, everything started working fine.
For the record, the cookbook should be modified slightly.
In step 8, it says "Also you have to enter the URL of you server".
It also says to type this:
bin\openssl rsa –in privkey.pem –out my–server.key
but when I do I get this error:
C:\Program Files\Apache Group\Apache2>bin\openssl rsa -in privkey.pem -out my-server.key
When I start openssl and then use the rsa subcommand from within openssl, it works fine.
Last but not least it would be nice if the cookbook pointed out that
Chuck
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.