What means “javax.net.ssl.SSLHandshakeException: server certificate change is restrictedduring renegotiation” and how to prevent it?
问题 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.SSLHandshakeException: server certificate change is restrictedduring renegotiation What it means? How to prevent it? The exception is disappeared after the Tomcat restart. The full stack: Caused by: javax.net.ssl.SSLHandshakeException: server certificate change is restrictedduring renegotiation at sun.security.ssl.Alerts.getSSLException