You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TLS versions and cipher suites align with the Moz guidelines except for some confusing name differences (Moz Old ~= GCP Compatible; Moz Intermediate ~= GCP Modern; Moz Modern ~= GCP Restricted). So the config recommendations could be to use those renamed profiles.
COMPATIBLE. Allows the broadest set of clients, including clients that support only out-of-date SSL features, to negotiate SSL with the load balancer.
MODERN. Supports a wide set of SSL features, allowing modern clients to negotiate SSL.
RESTRICTED. Supports a reduced set of SSL features, intended to meet stricter compliance requirements.
Every company has their own naming rules for similar recommendations, often changing the defaults without notice (so it's not realistic to try to be kept in sync in any way…), and looking at the GCP LB policies (that are only one such instance, for that product specifically), it's already quite diverging from current Mozilla guidelines. And probably only will more and more over time…
So I'd say it's better to not resemble any of the naming, to avoid confusing people whenever possible.
(Actually the Google Cloud Load Balancing profiles resemble Amazon Elastic Load Balancer profiles in parts of the naming… and is pretty different to Mozilla defaults.)
Their both "compatible" and "modern" mostly fall within our "old" (!!)
Their "restricted" resembles parts of our "intermediate" (=our default)
Our "modern" is what would match their "custom" settings for QUIC or TLS1.3+ only
This came up for https://bugzilla.mozilla.org/show_bug.cgi?id=1658150
TLS versions and cipher suites align with the Moz guidelines except for some confusing name differences (Moz Old ~= GCP Compatible; Moz Intermediate ~= GCP Modern; Moz Modern ~= GCP Restricted). So the config recommendations could be to use those renamed profiles.
https://cloud.google.com/load-balancing/docs/ssl-policies-concepts
The text was updated successfully, but these errors were encountered: