-INTELLIJ IDEA 2020.3- 无法连接到 demostore.gatling.io

-INTELLIJ IDEA 2020.3- Cannot connect to demostore.gatling.io

在通过 Chrome HAR 导出(在我的开发环境中)注册后,我正在尝试对 https://demostore.gatling.io 网站执行 Gatling 场景。

导入,一切顺利,但是当我 运行 场景时,我收到以下错误:

i.n.c.ConnectTimeoutException: connection timed out: demostore.gatling.io/54.147.169.32:80

然后我尝试从设置 → 系统设置 → HTTP 代理设置 IntelliJ 代理,将其设置为 手动 并提供正确的代理配置 → Test Connection vs http://demostore.gatling.io 和 IDE returns 连接成功.

目前我的环境如下:

@StéphaneLANDELLE 回答了这个问题,但是在编辑了上面问题中的内容后,线程被删除了。

Stéphane 正确地指出了我:Proxy parameters 在官方 Gatling 文档中和设置之后:

http.proxy(Proxy("<URL>", <PORT>).credentials("<user>", "<pwd>"))

一切都按预期开始工作。