AWS AmazonCloudFront documentation change
Summary
Updated links to viewer/origin protocol policy documentation and changed 'TLS/SSL' to 'TLS' terminology
Security assessment
The change updates documentation links and terminology (TLS/SSL to TLS), but does not address a specific security vulnerability or introduce new security features. TLS terminology clarification is routine documentation maintenance.
Diff
diff --git a/AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.websockets.md b/AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.websockets.md index c42675782..92ba6d925 100644 --- a//AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.websockets.md +++ b//AmazonCloudFront/latest/DeveloperGuide/distribution-working-with.websockets.md @@ -26 +26 @@ To establish a WebSocket connection, the client sends a regular HTTP request tha -By default, the WebSocket protocol uses port 80 for regular WebSocket connections and port 443 for WebSocket connections over TLS/SSL. The options that you choose for your CloudFront [Viewer protocol policy](./distribution-web-values-specify.html#DownloadDistValuesViewerProtocolPolicy) and [Protocol (custom origins only)](./distribution-web-values-specify.html#DownloadDistValuesOriginProtocolPolicy) apply to WebSocket connections as well as to HTTP traffic. +By default, the WebSocket protocol uses port 80 for regular WebSocket connections and port 443 for WebSocket connections over TLS. The options that you choose for your CloudFront [Viewer protocol policy](./DownloadDistValuesCacheBehavior.html#DownloadDistValuesViewerProtocolPolicy) and [Protocol (custom origins only)](./DownloadDistValuesOrigin.html#DownloadDistValuesOriginProtocolPolicy) apply to WebSocket connections and also HTTP traffic.