Question : Need help with SSL configuration.

I have Apache 2 with OpenSSL installed.  I have a certificate that I have installed in /apacheserverroot/conf/ssl.crt/domainname.crt.

I added the following three lines to httpd.conf:

Listen 443
SSLCertificateFile /etc/httpd/conf/ssl.crt/uceis.crt
SSLCertificateKeyFile /etc/httpd/conf/ssl.key/uceis.key

The system is RHEL 5.

I stopped and re-started the server and I keep getting the error below:

What do I need to do to get SSL running on this server?

Thanks...
Code Snippet:
1:
2:
3:
4:
(98)Address already in use: make_sock: could not bind to address [::]:443
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs
Open in New Window Select All

Answer : Need help with SSL configuration.

It appears that a separate file (ssl.conf) was trying to listen on port 443.  I commented that out but I still cannot access via https:

Since the solution was found for this, I will open a new question for my other problem.
Random Solutions  
 
programming4us programming4us