mirror of
https://github.com/agrinman/tunnelto.git
synced 2026-04-25 16:56:00 +03:00
[GH-ISSUE #83] [FEATURE REQUEST] CLI flag to disable local certificate verification #75
Labels
No labels
Need more info
bug
duplicate
enhancement
good first issue
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tunnelto#75
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sdc395 on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/agrinman/tunnelto/issues/83
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