Signed jar still won't allow remote connection

I've compiled this Java applet and rolled it into a jar and signed the jar with an authentic cert from Thawte.

The jar lives on server X. I'm trying to make a connection to server Y. I am not allowed to do this for some reason. I keep getting a SecurityPermission exception when creating the socket.

I've read that applets can't normally connect to any server except the server the jar came from. But in this case, the jar is signed. Its authentic code. Why won't it allow me to connect?

Is there some way to "ask" the user for permission to connect to a different server? If so, is there some way to save this permission to the users local policy so they won't get asked again?

Thanks,

Matthew

[737 byte] By [utdrmaca] at [2007-10-2 6:12:44]
# 1

Signing applets:

http://forum.java.sun.com/thread.jsp?forum=63&thread=524815

second post and reply 18 for the java class file using doprivileged

http://forum.java.sun.com/thread.jsp?forum=63&thread=409341

4th post explaining how to set up your own policy with your own keystore

Still problems?

A Full trace might help us out:

http://forum.java.sun.com/thread.jspa?threadID=656028

harmmeijera at 2007-7-16 13:14:10 > top of Java-index,Security,Signed Applets...