six-ddc / plow

A high-performance HTTP benchmarking tool that includes a real-time web UI and terminal display
Apache License 2.0
4.12k stars 140 forks source link

add https skip verify flag #10

Closed KleKwi closed 3 years ago

KleKwi commented 3 years ago

can you add https skip verify flag to ignore cert verify,like -k, --insecure in curl ? or is there some way to do this in current version ?

chrisoberle commented 3 years ago

The ability to specify a client cert, key, and truststore would also be nice.

six-ddc commented 3 years ago

Thanks for your suggestions, I will add these features supporting --insecure, --cert and --key this weekend.

six-ddc commented 3 years ago

@KleKwi @chrisoberle hi, Features --insecure, --cert and --key has beed supported in latest main branch. if no problems, I will release it.

KleKwi commented 3 years ago

@KleKwi @chrisoberle hi, Features --insecure, --cert and --key has beed supported in latest main branch. if no problems, I will release it.

Thank you!