Roundcube Community Forum

 

rcguard

Started by Jim Laib, October 14, 2015, 10:13:52 PM

Previous topic - Next topic

Jim Laib

Hi,

I'm trying to get rcguard running and hitting a consistent roadblock.

Some backgroup:
I'm running RoundCube 1.1.3
I downloaded the current rcguard plugin from Github
I'm using mysql and have the roundcube db setup with the rcguard table per SQL/mysql.initial.sql
I got the Site key and Secret Key from  reCAPTCHA
It is recording the number of attempts at logging, in the roundcube.rcquard table

Not know if Site Key = Public Key or Site Key = Private Key I've tried both setups.

After hitting the required number of password attempts I get:
When SiteKey = Plublic Key
     An internal error occurred: 5221AFCD7B779.A8CEA91.CD0BF245
     CAPTCHA verification empty!

When SiteKey = Private Key
    Input error: K:  format of site key was invalid
    CAPTCHA verification empty!

I've tried both recaptcha_https false and true

I'm really spinning my wheels so if anyone can point out the blinding glimpse of the obvious I would really appreciate it.
   
     
   

SKaero

I'm not sure that the plugin author is on the forum, you may want to ask him directly for support.

Jim Laib

Thanks, I solved it. Can't use rcguard when using a local IP addres. It has to be the FQDN in the URL.  Small things can kill ya.