mcollina / autocannon

fast HTTP/1.1 benchmarking tool written in Node.js
MIT License
7.83k stars 325 forks source link

can't get autocannon working with https (celf signed certificate) #100

Closed bonesoul closed 7 years ago

bonesoul commented 7 years ago

any ideas?

GlenTiki commented 7 years ago

How are you running autocannon?

bonesoul commented 7 years ago

autocannon -c 100 -d 5 -p 10 https://localhost:4443

mcollina commented 7 years ago

In theory we are already accepting self-signed certificate, see https://github.com/mcollina/autocannon/blob/eca25a0e33a98e076a37c6af1223b7f91ddf3fbf/test/httpClient.test.js#L27. Can you upload a server example that produces this error?

GlenTiki commented 7 years ago

I'm closing this due to inactivity, we already support self-signed certs as per @mcollina's comment and cannot verify that this issue exists without more detailed output or an example failure case. Feel free to reopen if this is still an issue.