Advertisement:

Author Topic: SSL3 -> TSL for reChaptcha error:14090086:SSL routines:ssl3_get_server_certifica  (Read 406 times)

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
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
Code: [Select]
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/display

Some guidance please on how to change ssl to tsl in osclass.
Thank you.
« Last Edit: February 26, 2018, 10:18:17 am by marius-ciclistu »

marius-ciclistu

  • issues
  • Hero Member
  • *
  • Posts: 1652
  • "BE GRATEFUL TO THOSE THAT SUPPORTED YOU"
Re: SSL3 -> TSL for reChaptcha
« Reply #1 on: February 26, 2018, 10:16:56 am »
Also I found this:
https://github.com/google/recaptcha/issues/85

edit.
I disabled recaptcha for now....
« Last Edit: February 26, 2018, 10:44:59 am by marius-ciclistu »