-
Enhancement
-
Resolution: Incomplete
-
P4
-
None
-
None
-
generic
-
generic
A DESCRIPTION OF THE PROBLEM :
The local 1.8.371 project can access the HTTPS interface normally when running, but when it goes online, it will report 'javax.net.ssl' SSLHanshakeException: Received fatal alert: Handshake_failure error.
Then open SSL debugging for JVM java -Djavax.net.debug=all -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -jar cmms-single-core-1.0.0.jar , After analyzing the handshake process, it was found that the encryption algorithm was not supported online. (For details, please reply to the corresponding image information via email). Eventually, the online version was replaced with the same version as the local version. The problem was solved. The online version is 1.8.401, and theoretically, higher versions should be compatible with lower versions. However, the real-time appearance seems to be different. On the Jira platform of OpenJDK, it was found that the encryption algorithm was indeed modified. Is this version missing
The local 1.8.371 project can access the HTTPS interface normally when running, but when it goes online, it will report 'javax.net.ssl' SSLHanshakeException: Received fatal alert: Handshake_failure error.
Then open SSL debugging for JVM java -Djavax.net.debug=all -Dssl.debug=true -Dweblogic.StdoutDebugEnabled=true -jar cmms-single-core-1.0.0.jar , After analyzing the handshake process, it was found that the encryption algorithm was not supported online. (For details, please reply to the corresponding image information via email). Eventually, the online version was replaced with the same version as the local version. The problem was solved. The online version is 1.8.401, and theoretically, higher versions should be compatible with lower versions. However, the real-time appearance seems to be different. On the Jira platform of OpenJDK, it was found that the encryption algorithm was indeed modified. Is this version missing