I have a server and client program. client is a java applet.
Previously I could run the server program in the server and the client successfully connected to the server program through the socket's proper port.
Now, I switched to a new server and I have problem with this server.
Direct connection (ssh) to this server (let say it is server1) is not possible.
I can connect a server2 (ssh), then connection to server1 is possible through the server2 (ssh).
So now my java applet cannot connect to server1 and it gives connection error.
Do you have any opinions how my applet can connect to server1 now??