this post was submitted on 21 Jul 2023
1461 points (98.9% liked)
Technology
58303 readers
10 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related content.
- Be excellent to each another!
- Mod approved content bots can post up to 10 articles per day.
- Threads asking for personal tech support may be deleted.
- Politics threads may be removed.
- No memes allowed as posts, OK to post as comments.
- Only approved bots from the list below, to ask if your bot can be added please contact us.
- Check for duplicates before posting, duplicates may be removed
Approved Bots
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm not sure that's true. Couldn't it just automatically broadcast your server's current correct IP to all servers it federates with each time it (the IP) changes (and if a server fails to find a federated server by the most recent IP in its records, have it query other federated servers for a more up to date IP.)
Lemmy relies heavily on SSL, which requires a domain name. You can't get an SSL certificate for an IP address as far as I know.
You prove you own the domain to the certificate issuer, and from then on, anyone can verify that they're talking to the right server.
IPs could be technically possible if server identities were validated separately like with SSH keys, but that would be a major change in the protocol.