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 SSLv3 by default #481

Closed
wants to merge 1 commit into from
Closed

Disable SSLv3 by default #481

wants to merge 1 commit into from

Conversation

ajlanghorn
Copy link

This disables SSLv3 by default on all vhosts we create using this module. We should disable SSLv3 support as it is fundamentally flawed, in that the design allows for MitM attacks when invoked in certain ways, per the POODLE vulnerability. In testing, this does as expected.

This disables SSLv3 by default on all vhosts we create using this module. We
should disable SSLv3 support as it is fundamentally flawed, in that the
design allows for MitM attacks when invoked in certain ways, per the POODLE
vulnerability. In testing, this does as expected.
@guzmanbraso
Copy link
Contributor

There's already a pull I submitted ( #479 ) which does this in vhost, docs, tests, and mail proxy config.
Later @actown submitted #480 which does the same for https but leaves SSLv3 support for mail proxy.

I suppose as soon @jfryman have some time one of both will be merged.

@ajlanghorn
Copy link
Author

@guzmanbraso Ah, thanks. In this case, this PR can probably be closed. Happy that #479 and #480 are more full-featured than this.

@ajlanghorn ajlanghorn closed this Oct 16, 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.

2 participants