Earlier quoted context omitted.
A couple of lines of code to enforce domain black lists if the relevant activits apply enough pressure.
Why should anyone do this? It's way easier and more effective to put pressure on hosters, anti-DDOS services and the payment providers to get Nazis booted off the net, see e.g. Stormfront.
Chromium and Mozilla to enforce 1 year validity for TLS certificates
81–90 of 375 posts
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#82Earlier quoted context omitted.
Responsibilities have changed a bit. If you're going to host a website you are going to have to put a modicum of effort into ensuring that you are not harming others by doing so.
>are not harming others How is HTTP harmful when you visit my website about amateur radio? An expired cert is no more harmful than bare http in this non-commercial non-institional personal context. It's the one being discussed in this sub-thread in case you missed it and assumed the normal HN business context. The burden is real and completely unecessary for personal websites. This makes the web more commercial by im…
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#83Earlier quoted context omitted.
Without buying a domain. (and continously spending money to keep it owned)
~$5/year (US) for a domain, and a one time investment of setting up a few scripts might save you a lot of time in the long run.
The device will also only be accessible if an internet connection is present, even if both the device and the client are in the same LAN - because the client has to access the device through the domain.
This means, should I ever lose the capacity to support the device and renew the domain, the device will become useless, even if technically, it is still completely functional.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#84With the tightening of certificate trust, demise of self-signed certificates, etc., is there any remaining way to establish a consumer-oriented HTTPS server on a local network? Thinking of things like routers, printers, and self-hosted IoT devices here. Some of the label printers we support at work have simply atrocious workarounds to get them to work, and I'm wondering if it's the manufacturer's fault or if that use…
Buy a domain, create a subdomain for local use, and issue ACME certs with Let's Encrypt every 60 days. If your vendor device or software doesn't support automated certificate rotation, put nginx/haproxy/envoy in front of it.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#85With the tightening of certificate trust, demise of self-signed certificates, etc., is there any remaining way to establish a consumer-oriented HTTPS server on a local network? Thinking of things like routers, printers, and self-hosted IoT devices here. Some of the label printers we support at work have simply atrocious workarounds to get them to work, and I'm wondering if it's the manufacturer's fault or if that use…
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#86Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#87Earlier quoted context omitted.
Without buying a domain. (and continously spending money to keep it owned)
Run your own CA internally and handle the CA distribution problem with MDM tools.
There remains the question how I would get the CA certificate onto client devices in the first place.
Lastly, with asking consumers to install a CA certificate, I ask for a significantly more powerful permission than if I could just have them trust my certificate. This seems like a step backwards security-wise.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#88With the tightening of certificate trust, demise of self-signed certificates, etc., is there any remaining way to establish a consumer-oriented HTTPS server on a local network? Thinking of things like routers, printers, and self-hosted IoT devices here. Some of the label printers we support at work have simply atrocious workarounds to get them to work, and I'm wondering if it's the manufacturer's fault or if that use…
Backdate your self-signed cert. so far that works around any validity length restrictions.
https://chromium.googlesource.com/chromium/src/+/ae4d6809912...
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#89This may be good for security, but it is extra burden for small web developers and individuals. Big players will have cert renewals automated. It's possible and free for small players to use letsencrypt, that still takes some time to set up, manage and maintain over time. Without automation, you've got an annual chore to do or your site goes offline. I think some hosts are already starting to offer free and easy SSL…
One reason for these proposals was to put pressure on the SSL certificate ecosystem to provide (CAs) and adopt (hosting) automated SSL renewal practices. Businesses have had three years since Let's Encrypt first went live to adopt such practices, but many chose not to — not just hosting providers, but e.g. bigcorp load balancers too.
Re: Chromium and Mozilla to enforce 1 year validity for TLS certificates
#90This may be good for security, but it is extra burden for small web developers and individuals. Big players will have cert renewals automated. It's possible and free for small players to use letsencrypt, that still takes some time to set up, manage and maintain over time. Without automation, you've got an annual chore to do or your site goes offline. I think some hosts are already starting to offer free and easy SSL…
Responsibilities have changed a bit. If you're going to host a website you are going to have to put a modicum of effort into ensuring that you are not harming others by doing so.