cPanel 11.38 + SSL

DanEZPZ

Well-Known Member
#1
Hi,

One of our servers appears to have upgraded itself to cPanel 11.38 and we're having trouble installing SSL certificates.

The installation appears to complete successfully however the site doesn't work when using https://
cPanel have investigated and there isn't an issue on their side. Switching to Apache also means the SSL works fine so it does seem to be a Litespeed problem.

Is 4.2.2 compatible with cPanel 11.38? If not when can we expect it to be?

Dan
 

mistwang

LiteSpeed Staff
#2
We will try to reproduce this issue with our internal cPanel test server.
Can you please check log file see if there is any related error message?
It could be the file format of the SSL certificate. maybe the fastest way to resolve this is to let us login to the server and take a look. you can create a bug report ticket if you want.

We are about to release 4.2.3, so it is better we can find out what happened.
 

NiteWave

Administrator
#5
update:

Code:
error in LSWS error log
2013-05-21 16:51:51.427 [ERROR] [SSL] Config SSL Context with Certificate File: /var/cpanel/ssl/installed/certs/redoundspa_com_d3e64_fb0db_1400371199_76c8374e867edb375e150408ea192d0a.crt and Key File:/var/cpanel/ssl/installed/keys/d3e64_fb0db_3d8eaa166751d5ea82a19dd0d48789ed.key get SSL error: error:0906D066:PEM routines:PEM_read_bio:bad end line

the problem is in /var/cpanel/ssl/installed/certs/redoundspa_com_d3e64_fb0db_1400371199_76c8374e867edb375e150408ea192d0a.crt 
The last line is:
-----END CERTIFICATE----

missing a "-" at the end, should be 
-----END CERTIFICATE-----
 
Top