Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
3.8k views
in Plugins by
been trying to get recaptcha to work, both the built in plugin and the 'google reCAPTCHA' third party plugin, both exhibit the same behavior. i've registered correctly with google, and i get the recaptcha images correctly on the registration form. whenever i try to register, i always get 'Please complete the anti-spam verification' dispite a correct input.

logs are saying things like this:

file_get_contents(): Failed to enable crypto in /question2answer/qa-plugin/google-recaptcha/recaptchalib.php

and

file_get_contents(): SSL: Connection reset by peer in /question2answer/qa-plugin/google-recaptcha/recaptchalib.php on line 94

 

site is running https so i think that has something to do with it but i'm stumped.. anyone? thanks much!
Q2A version: 1.6.3
by
Show the detailed information of your server. e.g...
PHP version
PHP settings (safe mode, allow_url_fopen, cURL, etc)
...