Hi,
I have set up Apache 2.0.49 on SuSe 9.1. A friend of mine configured mod_SSL
since I'm not really familiar with it. It worked fine that evening, on both 80
and 443. Today it doesn't. The only thing that changed since then was probably
the reboot.
The certificate is self-signed and
SSLCertificateKeyFile
SSLCertificateFile
both point to the correct file.
The module is loaded and the environment variable 'SSL' is set.
Now rcapache2 extreme-configcheck gives me
Syntax: NOT OK:
Syntax error on line 51 of /etc/apache2/ssl-global.conf: SSLCertificateFile:
file '/etc/apache2/ssl.key/cert.pem' does not exist or is empty.
I have a vhost config for the port 80 host and one for SSL:
<VirtualHost 192.168.1.100:443>
The rest of the file was basically unchanged from the default values.
Any ideas what's going wrong here?
>> Stay informed about: Apache 2.0.49 / SuSe 9.1 / SSL certificate not loaded