From 47b5dae646c9b1e45d5058f2970fc5fda4d55704 Mon Sep 17 00:00:00 2001 From: sainadh777 <31940823+sainadh777@users.noreply.github.com> Date: Sat, 28 Mar 2026 12:29:09 -0700 Subject: [PATCH] Fix HTTP connector docs typo --- webapps/docs/config/http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.