Join Nostr
2024-09-09 13:34:24 UTC
in reply to

m0xEE on Nostr: Another problem with HTTPS and self-signed certs is that while Firefox was created in ...

Another problem with HTTPS and self-signed certs is that while Firefox was created in the days when self-signed certificates weren't considered bad. However, relying on centralised authorities became a tradition since, so newer software might be designed differently, e.g. rustls which has become the dominant Rust crate for TLS stuff, doesn't allow handling TOFU and self-signed certs cleanly: https://github.com/rustls/rustls/issues/435 for them it's "dangerous_configuration" 😩