giltene / wrk2

A constant throughput, correct latency recording variant of wrk
Apache License 2.0
4.28k stars 395 forks source link

Fix hostname issue for connecting to AWS (and other web services) #41

Closed trbenton closed 6 years ago

trbenton commented 7 years ago

This is a patch that was included into wrk awhile back. Essentially AWS and some others (including google web services) requires SNI. See more details here: https://forums.aws.amazon.com/thread.jspa?threadID=193615

With this fix you'll be able to use wrk2 with API Gateway and other services.