• 0 Posts
  • 83 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle

  • SMillerNL@lemmy.worldtoSelfhosted@lemmy.worldHow to selfhost with a VPN
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    It’s my understanding that https provides encryption for the data sent between you and the server. If you’re not sending any sensitive data, then the encryption shouldn’t be necessary.

    As others have pointed out, everything can be sensitive. If I’m self hosting nextcloud instance with chat that under British law should check for age… self hosting is now sensitive.

    In addition to that, without a secure connection you’re stuck with HTTP/1.1 from 1999 instead of the modern 2 or 3 versions.

    I also believe it’s possible to set up HTTPS encryption without a domain name, but it might result in that “we can’t verify the authenticity of this website” warning in web browsers due to using a self-signed certificate.

    You can: https://letsencrypt.org/2025/07/01/issuing-our-first-ip-address-certificate







  • I’m not the developer, but I do also write app backends for a living so I know there is some nuance that you’re skipping over in your response. But if you have a way to do this completely anonymous on android I’d suggest offering help to the developer who made this.

    Something that… links it to the device? Like, a unique ID that Apple can identify?

    APNS tokens are linked to the app install and renew on a certain timeline. Already making them not exactly the same as a device identifier.