Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 1 addition & 9 deletions supporting-websockets.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,7 @@ To form a WebSocket connection, the client sends an HTTP request that contains a
Regardless of your IaaS and configuration, you must configure your load balancer to send the X-Forwarded-For and X-Forwarded-Proto headers for non-WebSocket HTTP requests on ports 80 and 443. For more information, see <a href="https://docs.vmware.com/en/VMware-Tanzu-Application-Service/3.0/tas-for-vms/securing-traffic.html
">Securing Traffic into TAS for VMs</a>.

Gorouter rejects WebSockets requests for routes that are bound to route services.
These requests return a 503 error and a <code>X-Cf-Routererror
route_service_unsupported</code> header.

<p class="note">
Gorouter does not support WebSockets over HTTP/2.
For more information, see <a href='https://datatracker.ietf.org/doc/html/rfc8441'>RFC 8441</a>.
Configure your load balancer to always send WebSocket requests to Gorouter over HTTP/1.1.
For more information, see <a href='./supporting-http2.html#load-balancer'>Configuring HTTP/2 Support</a>.</p>
Gorouter supports WebSockets requests for routes that are bound to route services (routing-release version 0.339.0).

## <a id='modify'></a> Setting your Loggregator port

Expand Down