diff --git a/webapps/docs/web-socket-howto.xml b/webapps/docs/web-socket-howto.xml index b6ea851baf91..927777f67156 100644 --- a/webapps/docs/web-socket-howto.xml +++ b/webapps/docs/web-socket-howto.xml @@ -116,7 +116,7 @@

When using the WebSocket client to connect to secure server endpoints, the client SSL configuration should be configured via jakarta.websocket.ClientEndpointConfig.getSSLContext(). Tomcat - 10.1.x still supports the pre-WebSocket 2.1 configuration method where TLS + 10.1.x still supports the pre-WebSocket 2.1 configuration method where TLS configuration was via the userProperties of the provided jakarta.websocket.ClientEndpointConfig. However, this approach is deprecated and will be removed in Tomcat 11. The following user properties