Skip to content

Commit

Permalink
Configure WebSockets with Envoy Proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
xizon committed Dec 18, 2024
1 parent f8de878 commit 1ef6722
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1318,6 +1318,8 @@ socketIOClient(someUrl, {transports: ['websocket']});
TLS termination is handled at the Envoy Proxy, ensuring secure communication between the browser and the proxy. Here’s the simple configuration block you need within the HttpConnectionManager section to enable WebSocket support:
[check out here](https://www.envoyproxy.io/docs/envoy/latest/start/sandboxes/websocket)
```yml
upgrade_configs:
Expand Down

0 comments on commit 1ef6722

Please sign in to comment.