Im trying to connect my WS to a postgresql database (destination) via
a middle server
I.e.
WS ----> Middle ----> Database
server server
172.x.2.4 172.x.4.12
I can create a SSH tunnel from my WS to the middle server but not sure
how or if I can make the middle server pass connections to and from my
ws and database. BTW, they run the DB on a non standard postrgres
port. Any help would be appreciated....
Thanks