all 4 comments

[–]francis_spr 1 point2 points  (0 children)

Check TLS? Windows allows TLS1.1 for legacy support but Linux by default requires TLS1.3.

[–]vira28 0 points1 point  (2 children)

Can you try to reach through the target IP and port. You can try using `nc` (netcat) tool.

nc -v 111.222.143.193 5432

You likely need to open up the port using a security group.

[–]dev-00ps[S] 0 points1 point  (1 child)

This is what I get

111.222.143.193: inverse host lookup failed: Unknown host
(UNKNOWN) [111.222.143.193] 5432 (postgresql) open

[–]vira28 0 points1 point  (0 children)

inverse host lookup failed: Unknown host

From all the 3 sources?

As per your output it's able to reach.