Closed KleKwi closed 3 years ago
The ability to specify a client cert, key, and truststore would also be nice.
Thanks for your suggestions, I will add these features supporting --insecure
, --cert
and --key
this weekend.
@KleKwi @chrisoberle hi, Features --insecure, --cert and --key has beed supported in latest main
branch. if no problems, I will release it.
@KleKwi @chrisoberle hi, Features --insecure, --cert and --key has beed supported in latest
main
branch. if no problems, I will release it.
Thank you!
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 ?