davecheney / httpstat

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

Add option to specify additional CA certificates for SSL peer validation #147

Open davidnarayan opened 5 years ago

davidnarayan commented 5 years ago

Adds an option that allows the user to specify a file of one or more CA certificates that can be used for SSL peer validation. These CA certificates are added to the default pool of CA certificates that are used by Go.

Fixes #146

cwsabuse commented 2 years ago

hello