MESSENGERV2 bad SSL .

This forum is only for reproducible bugs with csf and lfd (i.e. not iptables problems, lack of understanding how to use a feature, etc). Posts must be accompanied with full technical details of the problem and how it can be recreated. Any posts not adhering to this, or not considered bugs, will be moved to the General Discussion (csf) forum.
Post Reply
myriaml
Junior Member
Posts: 1
Joined: 19 Feb 2018, 17:22

MESSENGERV2 bad SSL .

Post by myriaml »

It seems like there is some issues with MESSENGERV2 using the wrong SSL to show the recapcha.

Thank you.
ForumAdmin
Moderator
Posts: 1523
Joined: 01 Oct 2008, 09:24

Re: MESSENGERV2 bad SSL .

Post by ForumAdmin »

This is due to cPanel now using combined certs/keys. We will have a fix in the next release.

In the meantime, if you modify /usr/local/csf/lib/ConfigServer/Messenger.pm and change line 618 from:

Code: Select all

if (-e $ssldomains{$key}{key}) {
to:

Code: Select all

if (-e $ssldomains{$key}{cert}) {
Then restart csf and then lfd, it should start working.
PH-Quentin2
Junior Member
Posts: 4
Joined: 20 Feb 2018, 19:10

Re: MESSENGERV2 bad SSL .

Post by PH-Quentin2 »

Perfect fix 👍 !

Code: Select all

root@XXXXX [~]# cat /usr/local/csf/lib/ConfigServer/Messenger.pm
###############################################################################
# Copyright 2006-2017, Way to the Web Limited
You can also change the Copyright date in the header ;-)
Post Reply