Hi,
I am currently tracking connection issues with jinitiator but have limited experience with this technology.
I want the applet to connect via a proxy, all is good at first.
Console Output:
Oracle Jinitiator: Version 1.3.1.13
User has overriden browser's proxy settings
Proxy Configuration: Manual Configuration
Proxy 192.168.1.230:3128
The various jar files are downloaded to the cache.
However then the applet attempts a direct connection to the server ignoring the proxy completely:
Console Output:
connectMode=Socket
serverHost=www.myserver.net
serverPort=9001
This connection is then blocked by the corporate firewall.
Is there anything I can do client side, to force this connection to be proxied?. Unfortunatly I have no control over the applet code.
I have set all protocols to be proxied in the jinitiator control panel including http & socks.