When a post request is sent from Postman to the server, https requests are going through and able to see the expected response, but when the same request is sent from an application, the team is facing a socket-timeout error intermittently (Out of 5 requests, 2 requests pass and 3 fail)
Load balancer between the Application and the performance VSE server.
Application error:
Error in Logs : I/O error on POST request: Read timed out; nested exception is java.net.
Application gets initiated from a browser.
All supported DevTest releases.
N/A
Adding these two properties in the local.properties file on the http machine and restarting the VSE services resolved the issue:
lisa.http.timeout.connection=0
lisa.http.timeout.socket=0