this post was submitted on 05 Apr 2024
329 points (100.0% liked)
Technology
68495 readers
3807 users here now
This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
- Only tech related news or articles.
- Be excellent to each other!
- 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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
- Check for duplicates before posting, duplicates may be removed
- Accounts 7 days and younger will have their posts automatically removed.
Approved Bots
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Hmm I hate Google as much as the next guy and am actively trying to de-Google myself, but I'm not sure I can get behind the outrage here. Certificates are free and easy to obtain with LetsEncrypt, so there's really no excuse for sites not to accept unencrypted traffic these days. I'm sure Google does lots of things to delist the small guys and promote their big payers, but I don't think this is one of them.
Free certificates expose your subdomains. It's not more secure if you don't transact data in a meaningful way such as the example I provided.
I don't mean to insinuate that the example I provided is the majority of cases, and in the majority of cases, I do support sites with SSLs being indexed higher than websites without them, but I think the interstitial this website is not secure with the requirement of the advanced click followed by The continue anywaysclick...
Idk
Especially in 2018. Like, when we look at it from today's perspective, it's very easy to agree. And I do agree. But in 2018, it was not this way. Anyone who was a web developer with a bunch of clients, such as myself, was all the sudden in a very interesting hot seat. Not only did I need to try to upsell my clients, but I needed to convince them that not doing so was quite literally at their peril. It was difficult. And certain cases, it was impossible.
If your subdomains being public is a security issue then I'd argue something else is wrong. Otherwise you're using security through obscurity.
But I appreciate the insight and I see how this was a harder sell back when it happened. Thanks!
Not necessarily. Let's say you're a known contributor to a closed source project. You don't want people knowing you have a locally hosted gitlab instance at gitlab.mydomain.com, for example.
If that's the case, you shouldn't have one on your domain. If someone wants to know your subdomains, they can still brute force them
Expose your subdomains as in having all of them bundled into one certificate?
AFAIK, you absolutely can request different certs for each subdomain (in fact, that's what I've been doing for a while).
No, as in they are public record.
If you use a wildcard let's encrypt SSL to encrypt www.mydomain.com and VPS.mydomain.com and secret.mydomain.com and allmyporn.mydomain.com, and Plex.mydomain.com, and gitlab.mydomain.com
Then it is public record that mydomain.com has associated with it the CNAMES "www" "VPS" "secret" "allmyporn" "Plex" and "gitlab".
It can be looked up by anyone here. Just type in "%.yourdomain"
That is to say if you use a wildcard letsencrypt SSL on all your subdomains for you self hosting project, you're more exposed than want to be.
While I agree the issue you raise does make sense in some situations, it derivates from the initial concern : if you don't want your domain listed in a DNS record you certainly don't want it to be indexed by a search engine :p