diff --git a/webapps/docs/config/http.xml b/webapps/docs/config/http.xml index cce59bad51b9..36f9b1c3cbfb 100644 --- a/webapps/docs/config/http.xml +++ b/webapps/docs/config/http.xml @@ -1398,7 +1398,7 @@
  • TLSv1.2
  • TLSv1.3
  • all
  • Each token in the list can be prefixed with a plus sign ("+") or a minus sign ("-"). A plus sign adds the protocol, a minus sign - removes it form the current list. The list is built starting from + removes it from the current list. The list is built starting from an empty list.

    The token all is an alias for SSLv2Hello,TLSv1,TLSv1.1,TLSv1.2,TLSv1.3.