Hi,
We have an applet that connects back to the server from which it came on a
secure HTTP connection.
IE: codebase=http://192.168.1.1/, and applet then opens HTTPURLConnection to
https://192.168.1.1:443
Now, we had to do a few things previously to handle Certificates and
Hostname verification. That works from 1.1 through to 1.4.2_06.
It was actually working on 1.5 also up until the new update came out for it
and seems to have blown the whole thing up!
We now get the following error when going through a proxy:
java.security.AccessControlException access denied
java.net.SocketPermission ldnproxy 80 connect resolve
at java.security.AccessControlContext.checkPermissionUnknown Source
at java.security.AccessController.checkPermissionUnknown Source
at java.lang.SecurityManager.checkPer....etc
Any ideas what could have suddenly cause this to break? Going back to
1.4.2xx works fine.
Steve
SPG - 03 Feb 2005 16:14 GMT
Just a follow up..
We have found if the IE proxy settings are set so that the secure https
connections go through the proxy, but specify port 443, then the new
(*broken*) jvm allows the connection to work correctly..
Hmm...
> Hi,
>
[quoted text clipped - 22 lines]
>
> Steve