astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Add flag to enable insecure SSL #21

Closed chrissexton closed 9 years ago

chrissexton commented 9 years ago

In order to use bat to test self-signed SSL web services in development, bat needs to support insecure HTTPS queries. cURL has a -k, --insecure flag to facilitate this.