Bonjour je suis en phase de test avec stripe https://stripe.com, et je rencontre des soucis dans la mise en place sur vos serveurs mutualisés. Concrètement en php lors de la l'appel avec curl sur le serveur stripe, il me retourne le message suivant "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."
en regardant sur le site de stripe ils disent
"How do I upgrade my Stripe integration from TLS 1.1 to TLS 1.2?
To keep your communication with Stripe secure, we will drop support for TLS 1.0 and 1.1 for new integrations on July 1 2016, in response to security concerns around these protocols. You can learn more about these concerns and our reasons for dropping support in our blog post.
If you’re seeing InvalidRequestError errors with the message “Stripe no longer supports API requests made with TLS 1.1.”, you’ll need to update your Stripe integration to make requests with TLS 1.2 by taking package updates on your server.
To determine your Linux distribution, you can run cat /etc/*-release.
If you’re using Ubuntu or Debian, you can take package updates by running sudo apt-get update && sudo apt-get install --only-upgrade libssl1.0.0.
If you’re using CentOS or RedHat, you’ll instead want to run sudo yum update openssl libcurl.
Once you’ve taken updates, you’ll need to restart the application that’s using Stripe."
Pouvez vous me dire si vous avez upgardez vos serveurs mutualisés Merci d'avance
Bonsoir, je viens de voir avec mon develeoppeur, il a reglé le probleme en modifiant la configuration de notre serveur