我无法获得apache基准来与我的网站一起工作.每当我发出这个命令
ab https://example.com/
我会得到这个输出错误:
This is ApacheBench, Version 2.3 <$Revision: 1663405 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/
Benchmarking example.com (be patient)...
SSL handshake failed (1).
27506:error:14077438:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert internal error:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59/src/ssl/s23_clnt.c:593:
..done
这是因为apache基准测试无法在我的本地计算机上正确检测到SSL证书吗?
最佳答案 我实际上最终使用了Boom(
https://github.com/rakyll/boom).真的很好的工具,它没有这个SSL握手问题