Addressed to: [EMAIL PROTECTED]
"Vagel Argyrakis" <[EMAIL PROTECTED]>
** Reply to note from "Vagel Argyrakis" <[EMAIL PROTECTED]> Fri, 7 Apr 2000 14:54:02
+0200
>
> Hi all, does anyone knows how to get rid of this error : Should be
> SSL-aware but = has no certificate configured [Hint:
> SSLCertificateFile]
>
> the server doesn't starts. the certificate has been following the
> instructions generated and is = under the right directory
> /usr/local/apache/conf/ssl.crt/server.crt
>
Do you have
SSLCertificateFile /path/to/your/certificate.crt
SSLCertificateKeyFile /path/to/your/certificate.key
in the apache configuration. It needs to be in the virtual host block
for the affected server's secure side. (The one that is set to port
443.)
Each virtual host needs to have valid certificate and key files in place
before apache + modssl will start.
If you have the files, make sure they are valid, and have permissions
that apache can read. Also make SURE that no one can read your .key
files, unless you are willing to allow them to impersonate you on the
net.
Rick Widmer
http://www.develpersdesk.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]