Hello everyone,
I’m trying to connect to a postgres target using the following command:
boundary connect postgres -target-id $TARGETID -dbname $DBNAME -token=$TOKEN
I get the following error:
Error dialing the worker: failed to WebSocket dial: failed to send handshake request: Get "MyDomain:9202/v1/proxy": dial tcp MyIP:9202: i/o timeout
psql: server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
error fetching connection to send session teardown request to worker: Error dialing the worker: failed to WebSocket dial: failed to send handshake request: Get "MyDomain:9202/v1/proxy": dial tcp MyIP:9202: i/o timeout
P.S:
- I’m not using dev mode
- I’m using an ingress