i.n.h.s.NotSslRecordException: not an SSL/TLS record:

When I run the gatling tests
— Errors --------------------------------------------------------------------

i.n.h.s.NotSslRecordException: not an SSL/TLS record: 48545450 1 (100.0%)
2f312e3120343030200d0a436f6e74656e742d547970653a20746578742f68…

You’re hitting an url with an https scheme but your server doesn’t do https but only clear http on this port.

Indeed, you’re hitting https://localhost:8080 on your tomcat, but: