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

Remove TLS_RSA ciphers from the default accepted cipher suite #49

Merged
merged 1 commit into from
Feb 26, 2018

Conversation

n4ss
Copy link
Contributor

@n4ss n4ss commented Feb 21, 2018

It triggers warnings on various TLS/network scanners and is not considered as best security practice.

cc @thaJeztah @endophage @justincormack

Signed-off-by: Nassim 'Nass' Eddequiouaq [email protected]

…ggers scanning warnings

Signed-off-by: Nassim 'Nass' Eddequiouaq <[email protected]>
@justincormack
Copy link
Member

These have no forward secrecy either. However, it is worth testing with our supported browser set with this disabled to check that they are not required for compatibility.

@dperny
Copy link

dperny commented Feb 23, 2018

Some context: it's ROBOT that trips some scanners. The ROBOT vulnerability site, linked below, notes that Cloudflare says 1% of connections use TLS_RSA ciphers.

https://robotattack.org/

@thaJeztah
Copy link
Member

Cloudflare says 1% of connections use TLS_RSA ciphers.

Those stats can be very different in specific scopes (e.g. "enterprise" environments may be restricted to older browsers, "design studios" will be using bleeding edge browsers), so we should be sure to look at target audiences we have.

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

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

LGTM 🐯

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.

5 participants