On May 8, 2007, at 9:29 PM, Roberto C. Sánchez wrote:
On Tue, May 08, 2007 at 09:08:52PM -0400, Tom Allison wrote:
Ever heard of, "apache2-ssl-certificate"?
I found reference to it on one URL about Debian Apache2 and SSL
but I can't seem to find anything in Debian that actually have this
name.
Never heard of it.
So I'm back to square run. Can't figure out how to configure Apache2
+SSL.
Have you read the documents located here?
http://httpd.apache.org/docs/2.2/ssl/
Tried that. I eventually made things work by removing a lot of the
SSL directives out of the <if mod_ssl> block and running them from
httpd.conf.
This is probably not what is expected if the configuration came
shipped with these directives embedded in the <if..> block.
But it's pretty repeatable that it works only when it's called
outside of the block.
i'm down to a smallish error about the BasicConstraint: CA == TRUE
which I don't really understand what it means.
But other than that, it appears to work.
I had to also remove all the domain aliasing which is included by
default.
Kind of a lot of things to "undo" when configuring apache+ssl.