What means “javax.net.ssl.SSLHandshakeException: server certificate change is restrictedduring renegotiation” and how to prevent it?

后端 未结 5 2108
盖世英雄少女心
盖世英雄少女心 2020-12-13 00:23

We use Oracle jdk 1.7.0_71 and Tomcat 7.0.55. Unfortunately we started to get the following exception during SSL connection between servers:

javax.net.ssl.SS         


        
5条回答
  •  时光说笑
    2020-12-13 00:43

    I got this problem because the server side updated their certificates. Before this our client was working fine. We simply restarted our program & it went back to normal again.

提交回复
热议问题