backdrop-contrib / stripe

This module provides a simple abstraction to use the Stripe PHP SDK.
GNU General Public License v2.0
2 stars 2 forks source link

Payment Unsuccessful TLS error #4

Closed jenlampton closed 4 years ago

jenlampton commented 7 years ago

I was getting an error on my localhost because my encryption was not good enough. 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.

It appears there is a 2-line fix that will force TLS 1.2 if it is available, see the PR for details.

similar/related issue on d.o: https://www.drupal.org/node/2832133

laryn commented 4 years ago

@jenlampton Is this still needed with the latest release?

jenlampton commented 4 years ago

I don't think so, I'm not using this PR anymore.