I have a server ("A") running behind a firewall, which only serves HTTP (I kid you not). I have no control over the firewall, but "A" can connect to server "B", though the reverse connection from B to A is not possible due to the firewall. I've successfully installed Jenkins nodes on "A" since they have an option to use web sockets to connect back to the master node on "B". As a result I've been trying to set up something similar in order to be able to access resources on "A". I thought of using websocket reverse proxying but the firewall does not allow ws connections. I am missing a piece of the puzzle or going in the wrong direction. Any helps highly appreciated
Asked
Active
Viewed 57 times
0
-
Talk to whomever is responsible for the firewall. Circumventing security measures is a road to trouble. – Gerald Schneider Jan 30 '23 at 16:36