Getting java.net.ConnectException: Connection timed out: no further information: http://www.amazon.com/72.21.215.232:80

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))