【发布时间】:2016-11-25 19:09:10
【问题描述】:
我无法让 apache benchmark 与我的网站一起使用。每当我发出这个命令时
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 benchmark 无法在我的本地机器上正确检测 SSL 证书吗?
【问题讨论】: