hookdeck-cli icon indicating copy to clipboard operation
hookdeck-cli copied to clipboard

Improve TLS support

Open leetrout opened this issue 2 years ago • 0 comments

It would be great to have a couple options for working with TLS connections locally:

  • --ssl to force using a TLS client (autodetect from URL scheme or port 443)
  • -k --insecure (matching curl's flags) on listen to enable InsecureSkipVerify
  • --cacert <file> (matching curl) to specify a PEM format certificate to use as the root cert when working with self signed certs

leetrout avatar Jun 13 '22 15:06 leetrout