useProxyProperties gatling.conf parameter usage

Hi,

we must use gatling behind an outgoing proxy server (to access protected services).
I see only 2 options to do it:

Am I correct?

I activated useProxyProperties, but I dont see a difference, i.e.:

  • I put useProxyProperties = true
  • I passed -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttps.proxyHost= -Dhttps.proxyPort= to java
  • I also exported export https_proxy=‘http://:’ and export http_proxy=‘http://:’
    but it didn’t change anything.

So how do I use useProxyProperties?

Regards,

Nicolas

useProxyProperties was dropped several years ago.