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

后端 未结 5 2120
盖世英雄少女心
盖世英雄少女心 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:35

    I had this issue and it turned out to be that the client calling the service with a different cert behind a load balancer.

提交回复
热议问题