s12873514
(jimmy liu)
November 29, 2023, 10:32am
1
I use Tailscale on a Synology NAS
I want to use HTTPS connections on my Synology NAS with Tailscale. I’ve enabled both MagicDNS and HTTPS options, but I’m missing an SSL certificate.
According to the instructions, it seems possible with Caddy. I have read this explanation:
When you connect to a web application on your tailnet over plain HTTP, you might get a security warning in your browser. Although your tailnet’s connections use WireGuard, which provides end-to-end encryption at the network layer, your browser isn’t...
After doing this, I’m not sure what to do next?
plorenzo
(Pablo)
December 4, 2023, 4:00pm
2
Hey Jimmy, it’s a bit difficult to help you without the details of your set up, the help templete is there for something…
Anyway you just need to configure your tailscale domain for your Synology host as with any other domain
some.domain.ts.net {
reverse_proxy 192.x.x.x:80 (actual ip and port where synology web ui is hosted)
}
That should do the trick
2 Likes
system
(system)
Closed
January 3, 2024, 4:01pm
3
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.