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.
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