Hello,
I have recently started configuring the plugin payments pro on my website
http://ibelinmo.com. However, I cannot manage to get Stripe working. I have added an SSL certificate to the website and I am only using TSL 1.2 so the connection is as secure as possible.
Nonetheless, when I try to test Stripe to make a payment, I enter the test card data and it accepts it, but then I never get to the 'Transaction completed" screen. The small stripe screen says: "Please wait, we are processing the payment" and it just doesn't load (photo attached).
My debug.log shows this error:
[21-Sep-2016 17:47:16 Europe/Madrid] PHP Fatal error: Uncaught exception 'Stripe\Error\Authentication' 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 /var/www/vhosts/ibelempleo.com/ibelinmo.com/oc-content/plugins/payment_pro/payments/stripe/lib/lib/ApiRequestor.php:100 from API request 'req_9EgIUHd0m2T4DQ'
Stack trace:
#0 /var/www/vhosts/ibelempleo.com/ibelinmo.com/oc-content/plugins/payment_pro/payments/stripe/lib/lib/ApiRequestor.php(210): Stripe\ApiRequestor->handleApiError('{\n "error": {\n...', 401, Array, Array)
#1 /var/www/vhosts/ibelempleo.com/ibelinmo.com/oc-content/plugins/payment_pro/payments/stripe/lib/lib/ApiRequestor.php(60): Stripe\ApiRequestor->_interpretResponse('{\n "error": {\n...', 401, Array)
#2 /var/www/vhosts/ibelempleo.com/ibelinmo.com/oc-content/plugins/payment_pro/payments/stripe/lib/lib/ApiResource.php(105): Stripe\ApiRequestor->request('post', '/v1/customers', Array, Array)
#3 in /var/www/vhosts/ibelempleo.com/ibelinmo.com/oc-content/plugins/payment_pro/payments/stripe/lib/lib/ApiRequestor.php on line 100
TLS 1.0 is not activated, so I don't know why this error... Plus, it shows on the log intermittently
Does anyone have a clue what may be the problem?
Thank you.