We have upgraded Dev Test application from 10.6 to 10.7.2 today. We started getting handshake response in performance test servers even though we have a valid certificate.
Noiced below error in the logs.
============================================================================
| HTTP
============================================================================
| Message: javax.net.ssl.SSLProtocolException: Handshake message sequence violation, 2
----------------------------------------------------------------------------
| Trapped Exception: Handshake message sequence violation, 2
| Trapped Message: javax.net.ssl.SSLProtocolException: Handshake message sequence violation, 2
----------------------------------------------------------------------------
STACK TRACE
javax.net.ssl.SSLProtocolException: Handshake message sequence violation, 2
at sun.security.ssl.HandshakeStateManager.check(HandshakeStateManager.java:362)
at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:200)
at sun.security.ssl.Handshaker.processLoop(Handshaker.java:1037)
at sun.security.ssl.Handshaker.process_record(Handshaker.java:965)
at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1064)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1367)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1395)
at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1379)
at org.apache.http.conn.ssl.SSLSocketFactory.createLayeredSocket(SSLSocketFactory.java:573)
Release : 10.7.2
If The property lisa.vse.scan.resilience in local.properties file set to true, https services are rescanned and blocking the services.
Change the property lisa.vse.scan.resilience value to false in local.properties file and restart the VSCatalog services to resolve the issue.