Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCP LB configs #277

Open
g-k opened this issue Sep 14, 2020 · 1 comment
Open

GCP LB configs #277

g-k opened this issue Sep 14, 2020 · 1 comment

Comments

@g-k
Copy link

g-k commented Sep 14, 2020

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.

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.

https://cloud.google.com/load-balancing/docs/ssl-policies-concepts

@janbrasna
Copy link

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.)

  1. Their both "compatible" and "modern" mostly fall within our "old" (!!)
  2. Their "restricted" resembles parts of our "intermediate" (=our default)
  3. Our "modern" is what would match their "custom" settings for QUIC or TLS1.3+ only

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants