• Resolved resshin

    (@resshin)


    I can’t login after activated the google recaptcha for brute force protection and I got this error message on the admin login page.

    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 /home/xxx/public_html/wp-content/plugins/wp-simple-firewall/src/common/googlerecaptcha/ReCaptcha/RequestMethod/Post.php on line 68

    Warning: file_get_contents(): Failed to enable crypto in /home/xxx/public_html/wp-content/plugins/wp-simple-firewall/src/common/googlerecaptcha/ReCaptcha/RequestMethod/Post.php on line 68

    Warning: file_get_contents(https://www.google.com/recaptcha/api/siteverify): failed to open stream: operation failed in /home/xxx/public_html/wp-content/plugins/wp-simple-firewall/src/common/googlerecaptcha/ReCaptcha/RequestMethod/Post.php on line 68

    I use VPS Ubuntu 14.04 with nginx, php 5.6 and mariadb and no other wp plugin installed because it’s a brand new site. Is there something wrong with my server setup or the plugin can’t access the google recaptcha verify url? Please help me. Thank you.

    https://ww.wp.xz.cn/plugins/wp-simple-firewall/

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

    (@paultgoodchild)

    When I googled around the error it seems to be a certificates issues… something is preventing you from verifying the ssl

    Thread Starter resshin

    (@resshin)

    Yes, I finally resolved this issue.

    I execute this command on my ubuntu server:

    cd /usr/local/share/ca-certificates && sudo curl http://curl.haxx.se/ca/cacert.pem -o cacert.crt && sudo update-ca-certificates && sudo update-ca-certificates –fresh

    And added .curlrc file with this line:

    capath=/etc/ssl/certs/
    cafile=/etc/ssl/certs/cacert.pem

    It finally resolved my issue. Thanks.

    Plugin Author Paul

    (@paultgoodchild)

    Great to hear! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google Recaptcha Error On Admin Login Page’ is closed to new replies.