apache2 SSL

Started by alf68, March 22, 2004, 05:05:03 AM

Previous topic - Next topic

alf68

hello
I have small a prob with the SSL I think....
because I installed well mall-toaster which seems to go
but all the bonds which requires the SSL refuses to be posted...
I however have my apache.conf of configure good...
I have well the certificate...
somebody,will have an idea?

best regard
alfi

alf68

problem resolve
thx  Valken:)

c0rni

Hi,

I've got the same problem. How did you solve it ?

Best regards.

donavan

What exactly is your problem corni? Apache2 requires and explicit call to start the ssl portion, for example "apachectl startssl". You can also check to see if its loaded by using "netstat -an | grep 443". You should see a line like "tcp46      0      0  *.443                  *.*                    LISTEN" if HTTPS is running.