Apache Bench:SSL握手失败直接与并发级别有关

我在ab上运行了一些testing,当我使用超过155的并发级别时,我得到以下结果:

SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). SSL handshake failed (5). Completed 100 requests Completed 200 requests Finished 200 requests 

请求仍然成功:

 Concurrency Level: 200 Time taken for tests: 14.481 seconds Complete requests: 200 Failed requests: 0 

我已经testing了很多次,一旦并发超过了155,SSL握手就失败了。有谁可以向我解释他们是如何直接相关的?

一般情况下连接失败或中断,以及由于SSL错误,SSL握手可能会失败。 如果由于缺乏可用的熵而超时,它也会失败。

有可能你只是狠狠地抨击服务器。 这里没有足够的信息来确定究竟是什么失败。

在这个testing中成功的定义是奇怪和怀疑的。 但是,如果内存服务,错误代码5表示套接字已closures。 一旦SSL协商开始,连接被认为是成功的,而不是在成功之后呢?