2016-07-22 49 views
3

我无法获得apache基准测试与我的网站一起工作。每当我发出这个命令Apache基准测试HTTPS问题

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证书?

+0

可能重复[如何解决“SSL握手失败”与ApacheBench?](http://stackoverflow.com/questions/189993/how-do- i-fix-ssl-handshake-failed-with-apachebench) –

回答