• I’ve been going round and round trying to get Google reCaptcha to work on the front end login module.

    It’s always returning – There was an error validating your form.

    My PHP debug.log shows the following:

    [DATE] PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
    error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
    [DATE] PHP Warning: file_get_contents(): Failed to enable crypto in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
    [DATE] PHP Warning: file_get_contents(https://www.google.com/recaptcha/api/siteverify): failed to open stream: operation failed in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1375
    [DATE] PHP Notice: Trying to get property ‘success’ of non-object in /removed/removed.com/wp-content/plugins/uncanny-learndash-toolkit/src/classes/frontend-login-plus.php on line 1379

    I’ve checked ym SSL certificate and all appears to be working fine and I don’t get these errors if I use an alternative reCaptcha plugin on the normal WP login page.

    Any help in getting this working would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Uncanny Owl

    (@uncannyowl)

    Can you confirm whether or not this was tested with whatever other plugin you use for login reCaptcha disabled? We have seen issues related to using another reCaptcha plugin where it can break ours, if the other doesn’t have an exclusion for the login page you set up with our plugin. It may also be worth testing this with other plugins temporarily disabled.

    Thread Starter sota35

    (@sota35)

    Hi
    Thanks for getting back to me.

    Yes, I currently have no other reCaptcha plugin installed or activated and I’m getting the issue.

    I’ve just deactivated all plugins including LearnDash and am still getting this error returned.

    ?login=recaptchafailed

    Thread Starter sota35

    (@sota35)

    I just thought it worth saying I have reinstalled the SSL on my site just to be 100% sure that was OK. All checkers report it’s working fine.

    Also, Google reCaptcha admin console reports all the failed sign in attempts as Pass.

    The admin console also shows the following message

    We detected that your site is verifying reCAPTCHA passed solutions less than 50% of the time. This could indicate a problem with your integration with reCAPTCHA. Please see our developer site for more information.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Front End Login Recaptcha’ is closed to new replies.