Page 1 of 1

MESSENGERV2 bad SSL .

Posted: 19 Feb 2018, 17:26
by myriaml
It seems like there is some issues with MESSENGERV2 using the wrong SSL to show the recapcha.

Thank you.

Re: MESSENGERV2 bad SSL .

Posted: 19 Feb 2018, 18:27
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.

Re: MESSENGERV2 bad SSL .

Posted: 20 Feb 2018, 19:12
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 ;-)