Handshake timeout errors

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

getting same error

Any update on this?

Have you tried to search this group’s archives for a similar error as advised in the group’s terms?

Check the documentation and this Group’s archives first

This question has already been answered many many times.