davecheney / httpstat

It's like curl -v, with colours.
MIT License
6.95k stars 382 forks source link

Allow the user to specify additional CA certificates for SSL peer validation #146

Open davidnarayan opened 5 years ago

davidnarayan commented 5 years ago

It would be helpful to allow additional CA certificates to be used for SSL peer validation. Currently the only options are validation against known root CAs or skipping verification using the -k option.