I have a home server and I have some HTTP services running on it. I'm thinking if I should even bother with HTTPS, as I'm already using tail scale which should be peer-to-peer and encrypted. So I shouldn't worry about any men in the middle.

Am I missing something?

It just feels wrong to work with non-S HTTP :(

all 14 comments

sorted by: hot top controversial new old
[–] 19 points 2 years ago

There's no need, but if you really want to, you can do it through Tailscale - Provision TLS certificates for your internal Tailscale services

  • source
  • [–] 16 points 2 years ago (1 child)

    HTTPS performs two duties.

    1. Secures your connection from prying eyes.
    2. Verifies the identity of the server.

    Your VPN provides the former but not the latter. That said the odds of there being an issue in this regard are so slim as to be zero, so you'll probably be fine.

  • source
  • hideshow 2 child comments
  • [–] [S] 4 points 2 years ago (1 child)

    It does though doesn't it? since every device needs to be authorized by me first

  • source
  • parent
  • hideshow 2 child comments
  • [–] 8 points 2 years ago (1 child)

    Do you have any devices on your local network where the firmware hasn't been updated in the last 12 month? The answer to that is surprisingly frequently yes, because "smart device" companies are laughably bad about device security. My intercom runs some ancient Linux kernel, my frigging washing machine could be connected to WiFi and the box that controls my roller shutters hasn't gotten an update sind 2018.

    Not everyone has those and one could isolate those in VLANs and use other measures, but in this day and age "my local home network is 100% secure" is far from a safe assumption.

    Heck, even your router might be vulnerable...

    Adding HTTPS is just another layer in your defense in depth. How many layers you are willing to put up with is up to you, but it's definitely not overkill.

  • source
  • hideshow 2 child comments
  • [–] [S] 2 points 2 years ago

    I have a router with dd-wrt and I have VLANS where only my "trusted" devices are and another for everything else (like smart things or guests)

    But I get your point, thank you!

  • source
  • parent
  • [–] [B] 7 points 2 years ago* (last edited 2 years ago) (1 child)

    Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

    Fewer Letters More Letters
    HTTP Hypertext Transfer Protocol, the Web
    HTTPS HTTP over SSL
    SSL Secure Sockets Layer, for transparent encryption
    TLS Transport Layer Security, supersedes SSL
    VPN Virtual Private Network

    3 acronyms in this thread; the most compressed thread commented on today has 8 acronyms.

    [Thread #490 for this sub, first seen 5th Feb 2024, 20:05] [FAQ] [Full list] [Contact] [Source code]

  • source
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    Pretty sure all men got pushed out of the middle by grimy angry goblins that steal your cookies and tokens.

  • source
  • [+] 0 points 2 years ago (1 child)
  • [–] 2 points 2 years ago (1 child)

    I might have misunderstood you, but data transferred inside the tailnet will always be encrypted by Tailscale.
    So if you're connected to a public wifi and someone's looking at your traffic, accessing a random http site would be clear text, but accessing an http site inside your tailnet will be encrypted.

    Unless you define an exit node and tell Tailscale to use it. And then all your traffic will be encrypted from the view of the one looking at your traffic logs from the public wifi (and clear text from the exit node to the random http site).

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 2 years ago

    Yes, I misread and immediately deleted my post lol. I think you were talking about tailscale VPN, and I was thinking something more like cloudflare tunnel.

    That said, the risk is still there that tailscale (or whichever middle company) can read your plaintext packets.

  • source
  • parent
  • [+] [B] -1 points 2 years ago