Created
October 23, 2015 05:28
-
-
Save ryankennedy/6ae70a9fd111703745e9 to your computer and use it in GitHub Desktop.
ApacheBench SSL error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ab -c 1 -n 1 https://hw9j2li3ma.execute-api.us-east-1.amazonaws.com/prod/NodeSayHello | |
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 hw9j2li3ma.execute-api.us-east-1.amazonaws.com (be patient)...SSL handshake failed (1). | |
10445:error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure:/BuildRoot/Library/Caches/com.apple.xbs/Sources/OpenSSL098/OpenSSL098-59/src/ssl/s23_clnt.c:593: | |
..done | |
Server Software: | |
Server Hostname: hw9j2li3ma.execute-api.us-east-1.amazonaws.com | |
Server Port: 443 | |
Document Path: /prod/NodeSayHello | |
Document Length: 0 bytes | |
Concurrency Level: 1 | |
Time taken for tests: 0.027 seconds | |
Complete requests: 1 | |
Failed requests: 0 | |
Total transferred: 0 bytes | |
HTML transferred: 0 bytes | |
Requests per second: 36.56 [#/sec] (mean) | |
Time per request: 27.353 [ms] (mean) | |
Time per request: 27.353 [ms] (mean, across all concurrent requests) | |
Transfer rate: 0.00 [Kbytes/sec] received | |
Connection Times (ms) | |
min mean[+/-sd] median max | |
Connect: 0 0 0.0 0 0 | |
Processing: 27 27 0.0 27 27 | |
Waiting: 0 0 0.0 0 0 | |
Total: 27 27 0.0 27 27 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment