I am implementing Stripe payment gateway in sandbox mode. I have a built-in verification process, as well as a token created, which is used by the server to call the API to create fees.
API Version Used: stripe.api_version = '2017-06-05'
charge = stripe.Charge.create(
amount=1000,
currency="usd",
description="Example charge",
source=token,
)
When I call this charge, create an api, I get the following error:
b '{\ n "error": {\ n "type": "invalid_request_error", \ n
"message": "Stripe no longer supports API requests made using TLS 1.0. Please initiate HTTPS connections with TLS 1.2 or more later version. You can learn more about this at https://stripe.com/blog/upgrading-tls . " \ n} \ n} \ n '
API- , , :
POST: https:
?
AWS, .