greggilbert / recaptcha

[ABANDONED] reCAPTCHA Validator for Laravel 5
MIT License
714 stars 196 forks source link

Please ensure that you are a human! Yes I've tried updating curl_timeout ;-) #115

Closed mbaxter91288 closed 8 years ago

mbaxter91288 commented 8 years ago

Hi,

No matter what I always get the following response:

Please ensure that you are a human!

The front end seems to validate ok but the backend validation never succeeds. I have tried the following:

This was working perfectly with Laravel 5.0 and version 2.0.0 but since updating to Laravel 5.1 (this has been updated because I use October CMS which has just released a new version including 5.1) and being forced to use 2.1 and up (due to conflict with illuminate/support) it only returns above response.

I have a few websites using this so if I could cheekily ask for any urgency with some troubleshooting that would be appreciated :)

Regards, Mat

valh1996 commented 8 years ago

+1 same problem

EDIT : https://github.com/greggilbert/recaptcha/blob/master/src/RecaptchaServiceProvider.php#L43 Just need to modify this line !

greggilbert commented 8 years ago

@valk96: what's wrong with that line?

@mbaxter91288: The package works fine. Check your server and make sure it can actually make outgoing requests, and things like that.

jonjie0317 commented 7 years ago

@phpspider is it safe to make curl_verify to false?

jonjie0317 commented 7 years ago

@phpspider how about for the production?