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