As a general note, it is usually a very good idea to read through
the httpd.conf before starting up the server. The default file
usually ends up being correct, but just to be on the safe side.
There is a few steps you can run through when you can't connect
to your server on https:
1. Is the server running at all? (ps aux|grep httpd)
2. Try http instead
3. Is the server server listening on the https port
(netstat -a|grep -i listen) and look for https or 443
4. Check apache error logs
5. do a configtest (/path/to/apache/bin/httpd -t -DSSL)
6. look through that httpd.conf again
When you have tried those, you'll probably have a better idea
about what is wrong - if it doesn't give you a fix, then get
back to the list with some of that info.
vh
Mads Toftum
--
`Darn it, who spiked my coffee with water?!' - lwall
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]