Failed to configure CA certificate chain

Posted by kron on Server Fault See other posts from Server Fault or by kron
Published on 2011-01-29T13:03:06Z Indexed on 2011/01/29 15:27 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

Hi All,

I'm trying to setup SSL on fedora with apache.

In my vhost...

SSLCertificateFile /your/path/to/crt.crt
SSLCertificateKeyFile /your/path/to/key.key
SSLCertificateChainFile /your/path/to/DigiCertCA.crt

I had it working fine with a self signed key, but can't get it to work with the DigiCertCA crt.

When I run

service httpd restart

It fails to start. This is what I get in the logs...

[Sat Jan 29 07:57:13 2011] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suex$
[Sat Jan 29 07:57:13 2011] [error] Failed to configure CA certificate chain!

Any assistance would be really appreciated!

Thanks

© Server Fault or respective owner

Related posts about linux

Related posts about apache