I’m trying to connect to my postgres db using fly connect
and fly postgres connect
and both are failing.
Error: can't build tunnel for nala-sat: websocket: failed to WebSocket dial: failed to send handshake request: Get "https://iad2.gateway.6pn.dev:443/": dial tcp 104.225.8.39:443: connect: operation timed out
Also, this is what I get when I run it using the debug flag:
....
DEBUG --> POST https://api.fly.io/graphql
DEBUG {
"query": "mutation($input: ValidateWireGuardPeersInput!) { validateWireGuardPeers(input: $input) { invalidPeerIps } }",
"variables": {
"input": {
"peerIps": [
"fdaa:0:e25b:a7b:8cfe:0:a:2",
"fdaa:1:3d0:a7b:8cfe:0:a:2",
"fdaa:0:e591:a7b:8cfe:0:a:2",
"fdaa:0:714f:a7b:8cfe:0:a:2",
"fdaa:0:fc48:a7b:8cfe:0:a:2"
]
}
}
}
DEBUG {}
DEBUG <-- 200 https://api.fly.io/graphql (130.85ms)
DEBUG {
"data": {
"validateWireGuardPeers": {
"invalidPeerIps": []
}
}
}
DEBUG Task manager done
Error: can't build tunnel for nala-sat: websocket: failed to WebSocket dial: failed to send handshake request: Get "https://iad2.gateway.6pn.dev:443/": dial tcp 104.225.8.39:443: connect: operation timed out