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証明書を検出できないため、このですか?
[ApacheBenchで "SSLハンドシェークが失敗しました"を修正するにはどうすればいいですか?](http://stackoverflow.com/questions/189993/how-do- i-fix-ssl-handshake-failed-with-apachebench) –