ktr0731 / evans

Evans: more expressive universal gRPC client
MIT License
4.24k stars 187 forks source link

Add insecure TLS option #623

Closed robinp-tw closed 9 months ago

robinp-tw commented 1 year ago

Plumb flag --insecure / -k (after curl's convention) that ignores TLS validation. Mostly useful against exotic or test certs.

(Maybe the cacert option already available could work if there's a proper root CA, but in case of the test server I was testing, that was not the case at least)

Might be related to #492.

ktr0731 commented 9 months ago

Closing due to no response. Please feel free to reopen if you have some problems.

8de2fdb0 commented 3 months ago

please reopen and add