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 SSLv2, SSLv3 #316

Closed
mrueg opened this issue Sep 22, 2015 · 2 comments
Closed

Disable SSLv2, SSLv3 #316

mrueg opened this issue Sep 22, 2015 · 2 comments
Labels
Milestone

Comments

@mrueg
Copy link

mrueg commented Sep 22, 2015

The current default config enables also SSLv2 and SSLv3 via https://github.com/Kozea/Radicale/blob/master/config#L37
With python 2.7.9 or later, it's possible to drop support for them, but there's no option to set that in the config.
https://docs.python.org/2/library/ssl.html#ssl.OP_NO_SSLv2
https://docs.python.org/2/library/ssl.html#ssl.OP_NO_SSLv3

Could you add an option to disable SSLv2 + v3?

@liZe liZe added the feature label Sep 23, 2015
@liZe
Copy link
Member

liZe commented Sep 23, 2015

It's an useful feature that is probably quite easy to add. If someone is interested in providing a pull request, I'll be happy to review and merge it, or I'll add it myself as soon as I find the time to!

@liZe liZe added this to the 2.0 milestone Mar 14, 2016
@liZe liZe mentioned this issue Apr 4, 2016
39 tasks
@liZe
Copy link
Member

liZe commented Jul 13, 2016

This problem doesn't exist anymore now that Python 2 support has been dropped.

@liZe liZe closed this as completed Jul 13, 2016
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