Apache SSL not working

  • Thread starter Thread starter Naibed
  • Start date Start date
N

Naibed

Hey,

I got the following errors in my error.log:

Code:
[Fri Apr 25 17:10:35 2014] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Fri Apr 25 17:10:35 2014] [warn] RSA server certificate CommonName (CN) `StartCom Class 1 Primary Intermediate Server CA' does NOT match server name!?
[Fri Apr 25 17:10:35 2014] [error] Unable to configure RSA server private key
[Fri Apr 25 17:10:35 2014] [error] SSL Library Error: 185073780 error:0B080074:x509 certificate routines:X509_check_private_key:key values mismatch
My SSL site got this in the configuration:

Code:
SSLCertificateFile /etc/ssl/certs/apache.pem
SSLCertificateKeyFile /etc/ssl/private/tuxx.info.key
SSLCertificateChainFile /etc/ssl/certs/sub.class1.server.ca.pem
SSLCertificateFile is the Certificate Startcom generated for me from my public key.
SSLCertifcateKeyFile is the private key I generated locally on my machine.
SSLCertificateChainFile is the file startcom told me to put there.

Continue reading...
 
Back
Top