hatoo / oha

Ohayou(おはよう), HTTP load generator, inspired by rakyll/hey with tui animation.
MIT License
5.62k stars 138 forks source link

Error distribution: [10] invalid peer certificate: Other(CaUsedAsEndEntity) #372

Closed coltonehrman closed 9 months ago

coltonehrman commented 9 months ago

This error happens whenever I try to execute oha against an end endpoint with self-signed certs (ie: localhost). Is it possible to ignore this error in oha and execute anyways?

I am aware I can just hit the http endpoint, but that will not work for me as the app itself depends on being served through https.

coltonehrman commented 9 months ago

Ah, I just found the --insecure flag that does this :D