Looks like an interesting project. What I guess is not really clear is why you'd want to do TLS for local only connections? Are the services published with the .local domain accessible from outside as well so it's like a ngrok alternative? I'm pretty sure I'm misunderstanding the value-add of having TLS for localhost connections...
Show HN: Local development with .local domains and HTTPS
11–20 of 108 posts
Re: Show HN: Local development with .local domains and HTTPS
#12Looks like an interesting project. What I guess is not really clear is why you'd want to do TLS for local only connections? Are the services published with the .local domain accessible from outside as well so it's like a ngrok alternative? I'm pretty sure I'm misunderstanding the value-add of having TLS for localhost connections...
Re: Show HN: Local development with .local domains and HTTPS
#13Probably some open source tools for this to set it up your self for free.
Re: Show HN: Local development with .local domains and HTTPS
#14Looks like an interesting project. What I guess is not really clear is why you'd want to do TLS for local only connections? Are the services published with the .local domain accessible from outside as well so it's like a ngrok alternative? I'm pretty sure I'm misunderstanding the value-add of having TLS for localhost connections...
Re: Show HN: Local development with .local domains and HTTPS
#15I have two devices, but I will never use them at the same time (and if I do by accident, I'd expect your software to stop working).
Re: Show HN: Local development with .local domains and HTTPS
#16We don't do anything with mDNS though but we've thought about it; none of us use macs anymore but PRs are welcome to make that work. I don't have enough expertise with mDNS to confidently implement it myself, and especially less-so because the implementation would be different on every OS (needs build flags to change the implementation depending on the build target). And this would be free and open source, rather than this paid product.
Re: Show HN: Local development with .local domains and HTTPS
#17Re: Show HN: Local development with .local domains and HTTPS
#18Re: Show HN: Local development with .local domains and HTTPS
#19Can recommend https://github.com/FiloSottile/mkcert for this purpose (local development certs).
Re: Show HN: Local development with .local domains and HTTPS
#20Looks like an interesting project. What I guess is not really clear is why you'd want to do TLS for local only connections? Are the services published with the .local domain accessible from outside as well so it's like a ngrok alternative? I'm pretty sure I'm misunderstanding the value-add of having TLS for localhost connections...
.local tld is for the local subnet, not necessarily localhost.