Run Windows client under Proxy environment

Usually the SSH package support HTTP(S) proxies and this should be sufficient to overcome most known proxies.

However, there are existing very difficult cases, where the proxy environment can not be properly recognized, is hidden from third party software or the target servers are behind reverse proxies.

For such difficult cases the software contains Non-SSH solution called "Rescue mode".

If you can establish HTML5 connection, then you can be sure this software will help you to establish native socket connections through Websocket(FF, Chrome, Opera, IE10 etc) or XHR (IE6-IE9).

Be careful, some proxies allow Websocket/XHR traffic only via HTTPS layer, so use https address instead of http.

If proxy does not ask for proxy authentication and you can access pages via browser:

  1. Open http(s)://yourserver.com/software/html5/jwres/
  2. Wait for successful connection (and authorize Java execution if asked)
  3. Click on the red text "open the link" to open the working web access page
  4. Use Windows client access as usual

If proxy requests proxy authentication and you can access pages via browser:

  1. Open http(s)://yourserver.com/software/html5/jwres/
  2. If the proxy requests for authentication for java applets, press "cancel"
  3. Click on "Download LocalWebserver", and execute it after successful download, that will start local http server on port 18888
  4. Click on "Force Applet loading from http://localhost:18888", this will reload the page with loading of jars from local http server
  5. Wait for successful connection
  6. Click on the red text "open the link" to open the working web access page
  7. Use Windows client access as usual