greggilbert / recaptcha

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

Error "Please prove you are not a robot" #142

Open arvindiy opened 7 years ago

arvindiy commented 7 years ago

I am getting the following error when I try to submit my form with the recaptcha.

Please prove you are not a robot.

I have tried updating the property "curl_timeout" to 10,1000 but that does not seem to work.

I am getting this error, both in production and my development environment.

pawel-dubiel commented 7 years ago

did you try setting curl_verify=false in config/recaptcha.php?

mehulboricha commented 7 years ago

Solved My Problem. Thank You