C
Coder.com4mo ago
anvi

Workspaces are consuming huge memory, deployed coder with docker. Seeing below logs continuously in

workspace logs2025-07-01 04:09:18.246 [debu] net.tailnet.net.wgengine: derphttp: CONNECT dial to [ipv6_addr]:443: 200 Connection established 2025-07-01 04:09:18.246 [debu] net.tailnet.net.wgengine: derphttp.Client.Connect: not using fast start 2025-07-01 04:09:18.246 [debu] net.tailnet.net.wgengine: derphttp.Client.Connect: DERP server returned status 400 2025-07-01 04:09:18.246 [debu] net.tailnet.net.wgengine: ... msg= We'll use WebSockets on the next connection attempt: GET failed with status code 400 (a proxy could be disallowing the use of 'Upgrade: derp'): <html> <head><title>400 The plain HTTP request was sent to HTTPS port</title></head> <body bgcolor="white"> <center><h1>400 Bad Request</h1></center> <center>The plain HTTP request was sent to HTTPS port</center> <hr><center>nginx/1.14.1</center> </body> </html> 2025-07-01 04:09:18.246 [debu] net.tailnet: skipped sending node; no node callback 2025-07-01 04:09:18.246 [debu] net.tailnet.net.wgengine: derphttp.Client.Recv: connecting websocket to http://ipv6_addr/derp 2025-07-01 04:09:18.247 [debu] net.tailnet.net.wgengine: derphttp.Client.Recv: websocket to http://ipv6_addr/derp error: failed to WebSocket dial: failed to send handshake request: Get "http://ipv6_addr/derp": dial tcp: lookup 2509:c0e6:4100:53e1:2001:: no such host 2025-07-01 04:09:18.247 [debu] net.tailnet.net.wgengine: magicsock: [0xc000696000] derp.Recv(derp-999): derphttp.Client.Recv connect to region 999 (coder): failed to WebSocket dial: failed to send handshake request: Get "http://ipv6_addr/derp": dial tcp: lookup 240b:c0e3:4101:53eb:2001:: no such host
4 Replies
Codercord
Codercord4mo ago
Codercord
Codercord4mo ago
What are you creating this issue for?
anvi
anviOP4mo ago
Does coder supports IPV6 address ?
Phorcys
Phorcys4mo ago
it does, but have you enabled IPv6 for your container?

Did you find this page helpful?