agrinman / tunnelto

Expose your local web server to the internet with a public URL.
https://tunnelto.dev
MIT License
2.11k stars 114 forks source link

[FEATURE REQUEST] CLI flag to disable local certificate verification #83

Open sdc395 opened 1 year ago

sdc395 commented 1 year ago

Hi

I'm trying to use Tunnetto to connect a public URL to a local Kubernetes cluster. The cluster uses locally-issued TLS certificates to secure its connections. Unfortunately, Tunnelto rejects the certificate.

Localtunnel has a CLI flag (--allow-invalid-cert) to disable local certificate verification. What are the chances of adding this feature to Tunnelto? It would seem to be a fairly trivial change.

Thanks