> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/fr/versions-et-annonces/annonces/depreciation-de-la-prise-en-charge-de-tls-anciennement-ssl-1.0-et-1.1.md).

# Dépréciation de la prise en charge de TLS (anciennement SSL) 1.0 et 1.1

À partir du 22 janvier 2025, Didomi cessera de prendre en charge les versions TLS 1.0 et 1.1. Ces versions ont été officiellement déconseillées par le [IETF](https://datatracker.ietf.org/doc/rfc8996/) en mars 2021. Didomi continuera à prendre en charge TLS 1.2 et 1.3, respectivement, pour établir des connexions HTTP sécurisées avec tous les utilisateurs. Ci-dessous, nous expliquerons comment vérifier la version TLS utilisée par votre site.

### Vérifier la version TLS sur le site

Pour vérifier si votre site web ou point de terminaison prend en charge TLS 1.0 ou 1.1, votre organisation peut exécuter un rapport sur [SSL Labs](https://www.ssllabs.com/ssltest/) et se référer à la **section** Protocoles

<figure><img src="/files/3adbb5e118d935a017e200fefb6f285afc1e48d3" alt="" width="563"><figcaption></figcaption></figure>

{% hint style="info" %}
du rapport.
{% endhint %}

### Didomi recommande de tester nos sites et points de terminaison les plus importants où votre organisation reçoit le plus de trafic.

<table><thead><tr><th width="257.5833740234375">Impact de la version TLS sur l'avis de consentement</th><th>Prise en charge de TLS 1.0 ou TLS 1.1</th></tr></thead><tbody><tr><td>Non</td><td>Attente</td></tr><tr><td>Oui</td><td>La notification de consentement ne sera pas affichée et votre organisation ne pourra pas recueillir le consentement des utilisateurs finaux.</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.didomi.io/fr/versions-et-annonces/annonces/depreciation-de-la-prise-en-charge-de-tls-anciennement-ssl-1.0-et-1.1.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
