Hi, I am not totally clear whether you tested the connection on the gatling injector server outside of gatling eg. with wget/curl?
There might be a proxy setup from remote machine. If there is
val httpConf = http
.baseURL(baseUrl)
.proxy(Proxy("sample.com", 8080).httpsPort(8080))