compiling apache2 with SSL
I'm using Fedora and the rpm version of httpd is not working with ColdFusion, so I want to compile my own. I got ColdFusion working great in it, but now I can't get SSL working.
It seems so basic, the rpm version will use the install-supplied server.crt and server.key and prompt you to install the key, but the compiled version just refuses the connection.
I've debugged enough to find that mod_ssl.so is loading and using my ssl.conf, so why isn't it working right out of the box? I used my verisign(ed) certs and they don't work either, whereas they do with the rpm version.
Anyone out there gotten SSL to work with compiled apache2?
P.S.
I compiled with:
#./configure --enable-mods-shared=all --enable-ssl --enable-proxy --enable-suexec --with-suexec-caller=nobody
Thanks guys
|