How to use tsl instead of ssl?
error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed in /oc-includes/recaptchalib/ReCaptcha/RequestMethod/Post.php on line 68
[20-Feb-2018 21:46:00 ] PHP Warning: file_get_contents(): Failed to enable crypto in /oc-includes/recaptchalib/ReCaptcha/RequestMethod/Post.php on line 68
[20-Feb-2018 21:46:00 ] PHP Warning: file_get_contents(
https://www.google.com/recaptcha/api/siteverify): failed to open stream: operation failed in /oc-includes/recaptchalib/ReCaptcha/RequestMethod/Post.php on line 68
[20-Feb-2018 21:46:46 ] PHP Warning: file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages:
this is line 68
return file_get_contents(self::SITE_VERIFY_URL, false, $context);
My web host disabled the ssl3 because it's vulnerable from 2014(POODLE exploit of ssl).
And users can't post or register...
I got this from my host
https://developers.google.com/recaptcha/docs/displaySome guidance please on how to change ssl to tsl in osclass.
Thank you.