I am seeing lot of
j.n.s.SSLException: handshake timed out
in my load test and I was wondering if it has got something to do with my service or my gatling simulation setup
scenario.inject(constantUsersPerSec(50) during (4 minutes))).throttle(
reachRps(20) in (10 seconds),
holdFor(1 minute),
jumpToRps(25),
holdFor(4 minute))
.assertions(global.failedRequests.count.lt(1))
.protocols(makeProtocolBuilder())
Please help