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!