Author Topic: rcguard  (Read 3331 times)

Offline Jim Laib

  • Newbie
  • *
  • Posts: 2
rcguard
« on: October 14, 2015, 10:13:52 PM »
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.
   
     
   

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,882
    • SKaero - Custom Roundcube development
Re: rcguard
« Reply #1 on: October 15, 2015, 12:14:17 PM »
I'm not sure that the plugin author is on the forum, you may want to ask him directly for support.

Offline Jim Laib

  • Newbie
  • *
  • Posts: 2
Re: rcguard
« Reply #2 on: October 15, 2015, 01:26:17 PM »
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.