Hi LISA Community,
I am trying to use LISA REST APIs to check the status of deployed virtual services.
I am using the VSE REST API to get the information about the specific VSE that is running on my console.
GET /VSEs/{serviceName}/{virtualServiceName}
The issue when I use any of the REST API using LISA 7.5, it works perfectly fine and gives me the response.
But when I am trying to use LISA 9.1 and invoking these APIs, I am facing the below error:
============================================================================
| HTTP
============================================================================
| Message: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
----------------------------------------------------------------------------
| Trapped Exception: Remote host closed connection during handshake
| Trapped Message: javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
----------------------------------------------------------------------------
STACK TRACE
javax.net.ssl.SSLHandshakeException: Remote host closed connection during handshake
at sun.security.ssl.SSLSocketImpl.readRecord(Unknown Source)
at sun.security.ssl.SSLSocketImpl.performInitialHandshake(Unknown Source)
Can anyone provide solution for the this issue?
trying to understand -
- Both 7.5 and 9.1 Servers are SSL enabled
- From 7.5 Lisa if you make the Rest call to 7.5 VS it works fine
- From DevTest 9.1 if you make the same REST call to the 9.1 VS, it fails with the SSL error
Is this correct?