Comment on If I use Caddy for reverse-proxying into another local machine... is my local connection not HTTPS?
darkan15@lemmy.world 2 days ago
If your concern is IoT devices, TVs, and the like sniffing on your local traffic, there are alternatives, and some of them are:
- https from reverse proxy to service.
- VLANs or Different LANs for IoT and your trusted devices (I do this one).
- Internal VPN connection between devices (like WireGuard), so the communication between selected devices is encrypted.