It seems like there is some issues with MESSENGERV2 using the wrong SSL to show the recapcha.
Thank you.
MESSENGERV2 bad SSL .
-
- Moderator
- Posts: 1524
- Joined: 01 Oct 2008, 09:24
Re: MESSENGERV2 bad SSL .
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:
to:
Then restart csf and then lfd, it should start working.
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}) {
Code: Select all
if (-e $ssldomains{$key}{cert}) {
-
- Junior Member
- Posts: 4
- Joined: 20 Feb 2018, 19:10
Re: MESSENGERV2 bad SSL .
Perfect fix !
You can also change the Copyright date in the header ;-)
Code: Select all
root@XXXXX [~]# cat /usr/local/csf/lib/ConfigServer/Messenger.pm
###############################################################################
# Copyright 2006-2017, Way to the Web Limited