Support

Home Forums Event Espresso Premium Stripe Payment requires TLS 1.2 or later in core EE4

Stripe Payment requires TLS 1.2 or later in core EE4

Posted: November 11, 2016 at 7:20 am

Viewing 1 reply thread


webmaster@thedunhamgroup.com

November 11, 2016 at 7:20 am

Will the core file ApiRequestor.php for EE Stripe payment be updated for handling TLS 1.2? I had to make a manual change to set the curl SSL in function _curlRequest
$opts[CURLOPT_SSLVERSION] = 6;


Tony

  • Support Staff

November 11, 2016 at 8:15 am

Hi there,

ApiRequestor.php is a core file from the Stripe API, the latest version of the API does not explicitly set the option above.

You should not need to explicitly set the SSLVERSION option used for each curl request as during the connection handshake your server and the client should negotiate the highest version both support.

What version was being used before you changed the above?

Have you checked with your host to confirm you are running the latest version of libcurl and OpenSSH?

Which version of PHP are you running?

Viewing 1 reply thread

The support post ‘Stripe Payment requires TLS 1.2 or later in core EE4’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso