Since March 24th I have a problem connecting to the targets. I did no changes and just updated Boundary to 0.8.1.
The error is:
Error dialing the worker: failed to WebSocket dial: failed to send handshake request: Get “http://:9202/v1/proxy”: proxyconnect tcp: dial tcp :3128: connect: connection timed out
kex_exchange_identification: read: Connection reset by peer
Connection reset by 127.0.0.1 port 44591
error fetching connection to send session teardown request to worker: Error dialing the worker: failed to WebSocket dial: failed to send handshake request: Get “http://:9202/v1/proxy”: context deadline exceeded
I don’t really know why it wants to connect to a proxy and why it gets a context deadline exceeded.
The reference to a proxy is to the TCP proxy that Boundary needs to create through the worker. The fact that there’s no IP or hostname in the handshake URL makes me think something could be wrong with the worker configuration that’s causing it to advertise a proxy URL with no host info. What’s your worker config block look like?
Looking back at your original, I see a port 3128 reference in there. Does your desktop have a Squid proxy set in its network connections somewhere? That might be interfering as WebSocket support is relatively recent in Squid, so it might be that the Squid version in use doesn’t support it, or Squid is configured not to allow that connection.