We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi all,
I successfully implemented this bundle with invisible reCaptcha on a SF3.4 project, but when I submit my form, I get this error
Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed
in vendor\excelwebzone\recaptcha-bundle\src\Extension\ReCaptcha\RequestMethod\Post.php (line 66)
vendor\excelwebzone\recaptcha-bundle\src\Extension\ReCaptcha\RequestMethod\Post.php (line 66)
=> return file_get_contents($this->recaptchaVerifyUrl, false, $context);
return file_get_contents($this->recaptchaVerifyUrl, false, $context);
I tried with and without SSL on my local server (laragon in Windows 10), but it made no changes...
Any clue?
The text was updated successfully, but these errors were encountered:
This doesn't relate to this bundle. This is your server's fault. Probably you haven't configured CA path in the php.ini openssl.cafile setting
openssl.cafile
Sorry, something went wrong.
No branches or pull requests
Hi all,
I successfully implemented this bundle with invisible reCaptcha on a SF3.4 project, but when I submit my form, I get this error
in
vendor\excelwebzone\recaptcha-bundle\src\Extension\ReCaptcha\RequestMethod\Post.php (line 66)
=>
return file_get_contents($this->recaptchaVerifyUrl, false, $context);
I tried with and without SSL on my local server (laragon in Windows 10), but it made no changes...
Any clue?
The text was updated successfully, but these errors were encountered: