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;
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.
Support forum for Event Espresso 3 and Event Espresso 4.