laravel-google-recaptcha-v3 icon indicating copy to clipboard operation
laravel-google-recaptcha-v3 copied to clipboard

Deactivate CURLOPT_SSL_VERIFYPEER via config

Open InsomniakDev opened this issue 3 years ago • 1 comments

Could you add a config option to deactivate CURLOPT_SSL_VERIFYPEER via config for testing purpose ?

likewise : curl_setopt($curl, CURLOPT_SSL_VERIFYPEER, config('captcha.verify', true));

Thanks and great job

Edit: there is a "options" field in the googlecaptchav3.php config file but the CurlRequestClient.php don't use its $options params

InsomniakDev avatar Sep 21 '20 14:09 InsomniakDev

I second this. Can't use it locally at the moment.

Pondake avatar Feb 26 '23 21:02 Pondake