I have java applet in web application with Two-way SSL. Under IE11 and Java7u55 the applet pop ups Identification required. Please select certificate to be used for authentication. dialog box.

enter image description here

Is there any java plugin specification to explain that behavior? It Looks like the applet looses the ssl and try to recreate it again, doesn't it?

Java7u51 doesn't show this dialog box!

有帮助吗?

解决方案

In applet's archive attribute I was setting the full path name to each JAR library (about 15).

The solution is to add codebase applet attribute to point the place where all JAR libraries reside.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top