CSF Messenger with SSL

djcart

Verified User
Joined
Jun 29, 2021
Messages
125
Hey, I'm having trouble configuring messenger to pop up for SSL. Every time I try to access the site with the IP blocked via https protocol, I do not get a response from the server. As soon as I type in http: // ... it all works. I want reCAPTCHA to work with an SSL certificate.

I am using litespeed enterprice as a www server
 
Hello,

For this you need to use CSF/LFD messenger v3 with a conjunction with Apache.
 
LiteSpeed supports configs of Apache's style. So it might work. I did not try it with LiteSpeed yet.
 
What should the "MESSENGERV3 =" setting be?
As for the moment I set "" (null)
 
I have these only changed for Apache:

Code:
MESSENGER = "1"
MESSENGER_USER = "webapps"
MESSENGER_HTTPS_CONF = "/usr/local/directadmin/data/users/*/httpd.conf"
MESSENGER_HTTPS_IN = "443,2222"
MESSENGERV3 = "1"
MESSENGERV3GROUP = "access"

I don't have settings for LiteSpeed. So, that's up to you to identify which will work for you.
 
I'm also using LiteSpeed I have setup Messanger V3 But Captcha is not showing
Your issue is fixed or not ?
 
It can work under LiteSpeed. Tested and confirmed.
I created a configuration that worked. however, it differed from the one proposed in the manual. I managed to trigger the captcha with a blocked IP address.
 
I created a configuration that worked. however, it differed from the one proposed in the manual. I managed to trigger the captcha with a blocked IP address.

If you mean your settings differ from mine, then let it be) You as well as others might change them as needed. It goes no doubt.

One might change MESSENGER_USER, MESSENGERV3GROUP and probably other settings.
 
I can't get it to work with https either. I have similar values:

MESSENGER_USER = "csf"
MESSENGER_HTTPS_CONF = "/etc/httpd/conf/httpd.conf"
MESSENGER_HTTPS_IN = "443,2222"
MESSENGERV3 = "1"
MESSENGERV3GROUP = "csf"

The username I've created was csf with the same group. I have read the documentation several times and I can't find where the error could be. I have also realized that although it does not say it, you have to restart the httpd service as well, not just lfd.
 
Back
Top