javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake in applet

后端 未结 2 1970
轮回少年
轮回少年 2021-01-25 06:05

In my web application, I am using a applet which is signed jar and this applet was working fine before jre 1.6 and 1.7. But after security popup and blocking error of applet we

2条回答
  •  盖世英雄少女心
    2021-01-25 06:50

    In our case we have been getting same exception. But for both java1.6 and 1.7 Our environment was as follows:

    • jbossAS5.1 with deployed web application and one applet in that web application
    • apache web server2.2.1 requiring client certificate(self signed)
    • on client side mozilla and explorer with imported client certificate, jre with imported client certificate

    In jre control panel we disabled SSL2 client hello format and also disabled SSL3 and TLS1.2 We left enabled only TLS1.0 and TLS1.1 and everything worked fine since that time.

提交回复
热议问题