PDA

View Full Version : help: ssl problem



dvnscr
07-04-2011, 03:36 AM
Hello,

Maybe anyone knows why apache under directadmin does not read
SSLCACertificateFile/SSLCertificateChainFile ?

I have tested my certificate on other servers and it works perfectly, while on directadmin server it fails complaining that cannot read chain file or when testing with tools it complains that intermediate certificate (SSLCACertificateFile) may be wrong. So if I change this option it makes no difference, while on other servers it does.

nobaloney
07-04-2011, 01:23 PM
If Apache can't read the Chain file it's either in the wrong format, in the wrong location (i.e., a location where Apache doesn't know about it), or has the wrong ownership/permissions.

Jeff