JMeter 获取非 HTTP 响应消息 "Remote host closed connection during handshake"

JMeter getting non HTTP Response Message "Remote host closed connection during handshake"

这是我在 JMeter 2.11 中收到的许多 threads/requests 错误消息,如果我在 10 秒内发送 100 Threads/requests 到配置了 HAProxy 1.6.4 的网络服务器。此服务器使用简单的循环将请求重定向到 2 个网络服务器。

Response code: Non HTTP response code: javax.net.ssl.SSLHandshakeException

Response message: Non HTTP response message: Remote host closed connection during handshake

负载平衡服务器保持“凉爽”(足够 CPU、RAM)。

如果我将请求直接发送到其中一个网络服务器,它可以正常工作。所以我猜错误是由 HAProxy 引起的...

我没有找到 HAProxy 最大打开 (SSL) 连接或类似限制...

已解决:我在配置文件中自行设置了限制。 maxconn 是我必须设置得更高的参数。