I’m having trouble connecting externally to my postgres DB via the public hostname (using this approach ). Occasionally it succeeds albeit with a lot of delay, but often the connection just hangs and eventually times out.
The cluster is called matchhaus-db
I’ve tried restarting the cluster without success.
I only set up my Fly account yesterday and it was working fine then.
FWIW I’m connecting via an “insecure” method (using port 10000 as in the example). I couldn’t get it to work using port 443 with tls
.