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

Update ELB creation code to reflect new SSLNegotiationPolicyType behavio... #307

Merged

Conversation

nickmarden
Copy link
Contributor

...rs

AWS recently changed the behavior of the SSLNegotiationPolicyType component of the createListener call, so that one can longer simply specify all of the ciphers that should be disallowed from the standard slate of available policies. Now one must specify which ciphers should be allowed as well. This was breaking automated ELB creation in ironfan, and this pull request fixes it by adding the elastic_load_balancer setting called allowed_ciphers, and by setting (new) reasonable defaults for both allowed_ciphers and disallowed_ciphers

@temujin9 temujin9 merged commit 615cddd into infochimps-labs:master Sep 24, 2013
@nickmarden nickmarden deleted the nick/fix_elb_ssl_cipher_selection branch October 8, 2013 03:38
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.

None yet

2 participants