Nous avons besoin de connaître la version SSL/TLS de nos certificats. Où trouver cette information ?
Merci d’avance
Veuillez remplir les champs ci-dessous pour que nous puissions vous aider. Remarque : vous devez fournir votre nom de domaine pour obtenir de l’aide. Les noms de domaine des certificats émis sont tous rendus publics dans les journaux de Transparence de Certificat (par exemple, https://crt.sh/?q=example.com). Par conséquent, le fait de ne pas indiquer votre nom de domaine ici n’aide pas à le garder secret, mais rend plus difficile pour nous le fait de vous aider.
You didn't answer the "Je peux lire des réponses en Anglais" question, so I'm going to hope that you can read my reply.
There is no specific version of TLS encoded or represented in a certificate. Certificates can be used in any version of TLS.
Instead, the versions of TLS that can used for connections to an HTTPS service are a part of the web server configuration. They can be changed by editing the web server configuration files.
The particular version that gets used for an individual connection is a result of a negotiation between the client (web browser) and server (web server) to find the newest version that both sides support. If there is no version that both sides support, the connection will fail.
The available versions can be tested using a site testing tool like the SSL Labs tool. According to