How do I fix “ssl handshake failed” with ApacheBench?

后端 未结 3 411
陌清茗
陌清茗 2021-01-01 11:16

When I use ApacheBench to test https, the error is returned, \"ssl handshake failed\".

How can I use ApacheBench to test https?

3条回答
  •  南方客
    南方客 (楼主)
    2021-01-01 11:38

    I ran into this problem recently. As a work around I used the loadtest npm package, which has similar options as ab:

    https://www.npmjs.com/package/loadtest

提交回复
热议问题