Hello,
When i try to make a booking with stripe gateway, i have this error (with WP_DEBUG=true) :
Fatal error: Uncaught exception ‘Stripe_AuthenticationError’ with message ‘Stripe no longer supports API requests made with TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or later. You can learn more about this at https://stripe.com/blog/upgrading-tls.’ in /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/ApiRequestor.php:90 Stack trace: #0 /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/ApiRequestor.php(136): Stripe_ApiRequestor->handleApiError(‘{\n “error”: {\n…’, 401, Array) #1 /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/ApiRequestor.php(74): Stripe_ApiRequestor->_interpretResponse(‘{\n “error”: {\n…’, 401) #2 /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/ApiResource.php(76): Stripe_ApiRequestor->request(‘post’, ‘/v1/charges’, Array) #3 /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/Charge.php(26): Stripe_ApiResource::_scopedCreate(‘Stripe_Charge’, Array, NULL) #4 /home/s in /home/seizeparmf/www/wp-content/plugins/event-organiser-stripe/lib/Stripe/ApiRequestor.php on line 90
How i can solve this issue ?
Best regards

Claire
I update my version of OpenSSL and now it’s works

Claire
Hi Claire,
Clad this is sorted for you now.
For other users experiencing this, this is now a server-level requirement for integration with many payment gateways (imposed by the gateways themselves). There’s nothing to ‘fix’ in Event Organiser, you will need to contact your hosts and asks them to ensure TLS 1.2 is installed.

Stephen Harris