I am running a load test on APIs with 100 User loads and I am seeing the below errors.
Javax.net.ssl.SSLException: java.net.SocketException: Connection reset javax.net.ssl.SSLException: readHandshakeRecord
Javax.net.ssl.SSLException: java.net.SocketException: Connection reset
javax.net.ssl.SSLException: readHandshakeRecord
I did all the below configurations. But still, I am seeing these. Is there anything I should tweak from JMeter end?
user.properties file:
httpclient4.retrycount=1 hc.parameters.file=hc.parameters httpclient4.idletimeout=<something above 0 which matches your server configuration>
In hc.parameters file:
http.connection.stalecheck$Boolean=true
1.4m articles
1.4m replys
5 comments
57.0k users