2004-07-27 17:41:50.185 [ERROR] [SSL] Config SSL Context for listener 210.54.92.188:443 with Certificate File: /mv/
ssl/www.bnz.marketview.co.nz.reply and Key File:/mv/ssl/www.bnz.marketview.co.nz get SSL error: error:0906D066EM
routinesEM_read_bio:bad end line
I've just stuck my SSL certificate that Apache was using; it looks like this:
-----BEGIN CERTIFICATE-----
MIIDHj...
....==
Nevermind, I fixed it by adding to the end of the cert:
-----END CERTIFICATE-----
For some reason, Apache (w/OpenSSL 0.9.7d) tolerated this but LiteSpeed didn't.
ssl/www.bnz.marketview.co.nz.reply and Key File:/mv/ssl/www.bnz.marketview.co.nz get SSL error: error:0906D066EM
routinesEM_read_bio:bad end line
I've just stuck my SSL certificate that Apache was using; it looks like this:
-----BEGIN CERTIFICATE-----
MIIDHj...
....==
Nevermind, I fixed it by adding to the end of the cert:
-----END CERTIFICATE-----
For some reason, Apache (w/OpenSSL 0.9.7d) tolerated this but LiteSpeed didn't.