Consider the below network configuration:
A client connects with its workstation to the application server on the Web. The application is full HTML, so only browsing through HTTPS is enough to launch an application.
On the other hand, the application server will need to access to the MySQL DB on the LAN.
So the question is the following:
how can I connect the remote application server to the local Mysql DB, using for instance a bounce on the client worsktation (where I can install any client) ?
PS : I can't change FW rules but I have full credentials to the application server and to the client workstation.