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

Disable RC4 by default when using SslContext #3987

Closed
normanmaurer opened this issue Jul 15, 2015 · 1 comment
Closed

Disable RC4 by default when using SslContext #3987

normanmaurer opened this issue Jul 15, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@normanmaurer
Copy link
Member

See also: http://www.oracle.com/technetwork/java/javase/8u51-relnotes-2587590.html

@Scottmitch
Copy link
Member

+1

@Scottmitch Scottmitch added this to the 4.0.30.Final milestone Jul 15, 2015
@normanmaurer normanmaurer self-assigned this Jul 17, 2015
normanmaurer added a commit that referenced this issue Jul 21, 2015
Motivation:

Remove RC4 from default ciphers as it is not known as secure anymore.

Modifications:

Remove RC4

Result:

Not use an insecure cipher as default.
normanmaurer added a commit that referenced this issue Jul 22, 2015
Motivation:

Remove RC4 from default ciphers as it is not known as secure anymore.

Modifications:

Remove RC4

Result:

Not use an insecure cipher as default.
normanmaurer added a commit that referenced this issue Jul 22, 2015
Motivation:

Remove RC4 from default ciphers as it is not known as secure anymore.

Modifications:

Remove RC4

Result:

Not use an insecure cipher as default.
normanmaurer added a commit that referenced this issue Jul 22, 2015
Motivation:

Remove RC4 from default ciphers as it is not known as secure anymore.

Modifications:

Remove RC4

Result:

Not use an insecure cipher as default.
pulllock pushed a commit to pulllock/netty that referenced this issue Oct 19, 2023
Motivation:

Remove RC4 from default ciphers as it is not known as secure anymore.

Modifications:

Remove RC4

Result:

Not use an insecure cipher as default.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants