paul priestman wrote:
> 
> So its trying to bind to 443 - i have stated in my ssl.conf to listen on
> port 8443 and have set up a virtual host for port 8443 with ssl enabled -
> how come it tries to bind to port 443?
> 
> I have therefore tried to start the server as root - it started okay but I
> cannot make a ssl connection - i goto https://servername.com:443 but get a
> server error telling me i could not connect to server - in the error logs i
> get:
> mod_ssl: Unable to set session id context to 'servername.com:443' (OpenSSL
> library error follows)

What's this about ssl.conf? Are you "including" this file into
httpd.conf at runtime?
If so, I have a nasty suspicion that you have two SSL VHs defined -
perhaps an old one in httpd.conf which is trying to Listen to port 433
(therefore causing a no permission error when you try to start as a
normal user) but when you do start as root still fails because its
docroot or certificates or something is missing (since it is an old VH -
anything is possible).

Can you thoroughly check (or even post!) all your config information...


Rgds,

Owen Boyle.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to