Cannot get SSL to work on Apache 2.0
This is driving me nuts. I installed Apache 2.0 and everything seems to work fine but I cannot get HTTPS to respond.If I start using 'apachectl startssl' apache starts without errors and it will respond under normal http requests but it will not respond with https requests. It seems under 2.0 you have to specify each IP in the httpd.conf file under the Listen directive, should I place the IP I'm using for HTTPS there? Such as xxx.xxx.xxx.xxx:443 or should I specify it in the Listen directive in the ssl.conf file. I have tried both ways and it still doesnt respond.
HTTPS works using Webmin.
Anyone else had any problem getting SSL to work under 2.0?