@@ -148,7 +148,7 @@ still be able to reach their workspaces, connection performance may be degraded.
148
148
> ** Note:** This may also be shown if you have
149
149
> [ forced websocket connections for DERP] ( ../cli/server.md#--derp-force-websockets ) .
150
150
151
- ** Solution:** ensure that any configured reverse proxy does not strip the
151
+ ** Solution:** ensure that any proxies you use allow connection upgrade with the
152
152
` Upgrade: derp ` header.
153
153
154
154
### EDERP02
@@ -160,12 +160,12 @@ DERP servers. Clients will fall back to use the remaining DERP servers, but
160
160
performance may be impacted for clients closest to the unhealthy DERP server.
161
161
162
162
** Solution:** Ensure that the DERP server is available and reachable over the
163
- network on port 443 , for example:
163
+ network, for example:
164
164
165
165
``` shell
166
- curl -v " https://coder.company.com:443 /derp"
166
+ curl -v " https://coder.company.com/derp"
167
167
# Expected output:
168
- # * Trying XXX.XXX.XXX.XXX:443
168
+ # * Trying XXX.XXX.XXX.XXX
169
169
# * Connected to https://coder.company.com (XXX.XXX.XXX.XXX) port 443 (#0)
170
170
# DERP requires connection upgrade
171
171
```
@@ -199,11 +199,11 @@ Access URL.
199
199
running Coder, using standard troubleshooting tools like ` curl ` :
200
200
201
201
``` shell
202
- curl -v " https://coder.company.com:443/ "
202
+ curl -v " https://coder.company.com"
203
203
```
204
204
205
- 2 . Ensure that any reverse proxy that is sitting in front of Coder's configured
206
- access URL is not stripping the HTTP header ` Upgrade: websocket ` .
205
+ 2 . Ensure that any reverse proxy that is serving Coder's configured access URL
206
+ allows connection upgrade with the header ` Upgrade: websocket ` .
207
207
208
208
### EWS02
209
209
@@ -265,7 +265,7 @@ _One or more Workspace Proxies Unhealthy_
265
265
** Problem:** One or more workspace proxies are not reachable.
266
266
267
267
** Solution:** Ensure that Coder can establish a connection to the configured
268
- workspace proxies on port 443 .
268
+ workspace proxies.
269
269
270
270
## EUNKNOWN
271
271
0 commit comments