View Single Post
  #1  
Old 07-26-2004, 10:53 PM
satang satang is offline
Member
 
Join Date: Jun 2004
Location: Wellington, NZ
Posts: 13
Default Help! pem_read_bio: bad end line

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:0906D066:PEM
routines:PEM_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.
Reply With Quote