davecheney / httpstat

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

Https should default to secure #40

Closed davecheney closed 7 years ago

davecheney commented 7 years ago

Currently the https client chooses to allow invalid certs (I think). If this is the case, then this should be reversed and a flag added to enable this insecure behaviour.

Note to implementors: at the moment we're using to go flag library so I would prefer this flag to be a single character and that character be the same as one traditionally used by another tool like curl or wget.