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

Strongish cipher suite with FS support for some browsers #538

Merged
merged 1 commit into from
Nov 24, 2014
Merged

Strongish cipher suite with FS support for some browsers #538

merged 1 commit into from
Nov 24, 2014

Conversation

memiux
Copy link
Contributor

@memiux memiux commented May 25, 2014

Cipher Strength from 60 to 90

@felixbuenemann
Copy link

Shouldn't the dhparam be configurable? Eg. With 2048 Bit RSA keys it's recommended to use a 2048 dhparam. Alternatively, the code could embed multiple params and choose the size matching the key, but that would lead to incompatibility with java 6 which some users might care about.

@felixbuenemann
Copy link

The comment by @memiux relates to the rating by ssllabs, a great tool for verifying SSL configuration.

@memiux
Copy link
Contributor Author

memiux commented May 26, 2014

My goal here is to keep the "Need a bit of security? Use SSL sockets!" updated, I don't want to break anything nor set some requirements.

@evanphx
Copy link
Member

evanphx commented Jul 13, 2014

Embedding DH params like this is a no-no. It needs to be pulled out.

@evanphx evanphx merged commit 7f9f2a0 into puma:master Nov 24, 2014
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.

3 participants