Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for https+insecure? #13

Open
bfallik opened this issue Nov 4, 2023 · 1 comment
Open

support for https+insecure? #13

bfallik opened this issue Nov 4, 2023 · 1 comment

Comments

@bfallik
Copy link

bfallik commented Nov 4, 2023

Hi. Thanks for your great work on this mod!

I have an app which I'd like to containerize and serve within my tailnet. The app only serves HTTPS and uses a self-signed CERT by default.

I saw the recent announcement reintroducing serve and this example caught my eye:

# Ignore an invalid or self-signed certificate

$ tailscale serve https+insecure://localhost:5454
...

I'd love to use this scheme to serve the local and self-signed HTTPS port but this mod seems hard-coded for http.

What's the likelihood of enhancing this code to support the new syntax?

Thanks!

brian

@campfred
Copy link

campfred commented Nov 8, 2023

That would also be handy for using it on UniFi Network application that does the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants