Applets + SOCKS 4



I have a situation where:
* The browser (IE or Firefox on XP) is configured to use and
successfully using a SOCKS 4 server.
* The server log shows requests for HTML, etc., coming from the SOCKS
proxy, but the requests for applet JAR files are circumventing the
proxy.

This happens with Java (1.5.0_11 or 1.6u1) configured to either use
the browser proxy settings *or* configured to use the SOCKS proxy.

The debug output in the Java console indicates that Java is trying to
use the proxy and failing, and (presumably) then trying to connect
directly?

Is there anything else that needs to be done for the applet JAR file
retrieval to use the SOCKS proxy?

I've seen posts describing problems like this from many years ago, but
none that are recent or involving the last couple Java rev's. Any
input would be appreciated.

John

.



Relevant Pages

  • Re: JAVA Probleme Port 8002
    ... HTTP Proxy Server herstellen, da der Server keine Kommunikation über HTTP ... Das Chatapplet funktioniert gut durch Firewalls mit SOCKS oder NAT. ... Du kannst in den GPOs einige Einstellungen fuer den IE welche Java relevant sind, ...
    (microsoft.public.de.german.isaserver)
  • Re: JAVA Probleme Port 8002
    ... HTTP Proxy Server herstellen, da der Server keine Kommunikation über HTTP ... Das Chatapplet funktioniert gut durch Firewalls mit SOCKS oder NAT. ...
    (microsoft.public.de.german.isaserver)
  • Java Plug-In --> SSH Tunnel --> SOCKS Proxy (Not Working)
    ... I have an SSH tunnel to a SOCKS proxy for browsing. ... Proxy Configuration: Manual Configuration ... v: dump thread stack ...
    (comp.lang.java.help)
  • Re: what to do with java.lang.reflect.Proxy ???
    ... > The main drawback I see with Proxy, is that I should re-engineer alot ... implementing MouseWheelListener can be used to support the ... mouse wheel on Java 1.4, for code that must also run on Java 1.3. ... I've seen stubs that ...
    (comp.lang.java.programmer)
  • Re: How to mantain the state between 2 call of the same WebService?
    ... to build a proxy in Java, and talk to a .NET web service. ... >> //Assuming X is an object of type MyClass ... >>> The A Webservice is made like this: ...
    (microsoft.public.dotnet.framework.aspnet.webservices)