Tagged Questions
0
votes
0answers
419 views
How to avoid “httperf: failed to connect to SSL server”?
I am using httperf to test a web application that uses SSL. Here is my command
httperf --verbose --hog --rate=200 --ssl --num-conn=10000 --num-call=1 --timeout=60 --server=example.com --uri=/
If I ...