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

use strong cipher suites for tls #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

use strong cipher suites for tls #29

wants to merge 1 commit into from

Conversation

jamct
Copy link
Collaborator

@jamct jamct commented May 27, 2020

No description provided.

- "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384"
- "TLS_FALLBACK_SCSV"
{{- end }}
Copy link

@ghost ghost Jul 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would add:

- "TLS_FALLBACK_SCSV"
minVersion: VersionTLS12
  maxVersion: VersionTLS13
  curvePreferences:
    - CurveP521
    - CurveP384
    - CurveP256

# a collection of secure cipher suites (tested with sslabs.com)
- "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256"
- "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256" which is considerd to be weak.

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

Successfully merging this pull request may close these issues.

1 participant