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 #17164

Closed
jm58660 mannequin opened this issue Oct 16, 2014 · 12 comments
Closed

Disable SSLv3 by default #17164

jm58660 mannequin opened this issue Oct 16, 2014 · 12 comments

Comments

@jm58660
Copy link
Mannequin

jm58660 mannequin commented Oct 16, 2014

There is a bug in SSLv3, see for example https://securityblog.redhat.com/2014/10/15/poodle-a-ssl3-vulnerability-cve-2014-3566/

Upstream bug: http://bugs.python.org/issue22638

CC: @jdemeyer @jpflori

Component: notebook

Issue created by migration from https://trac.sagemath.org/ticket/17164

@jm58660 jm58660 mannequin added this to the sage-6.4 milestone Oct 16, 2014
@vbraun

This comment has been minimized.

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Nov 26, 2014

comment:3

Is there any temporary fix for this?

@kcrisman
Copy link
Member

kcrisman commented Dec 4, 2014

comment:4

I don't know, I just saw this, fairly randomly.

Exactly what would we want to do to fix this - upgrade Python? I don't know that we can dump the openssl package, there is nothing to replace it.

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Dec 4, 2014

comment:5

Replying to @kcrisman:

Exactly what would we want to do to fix this - upgrade Python? I don't know that we can dump the openssl package, there is nothing to replace it.

Isn't there any configuration file that could be modified by Sage team until package itself is corrected?

@kcrisman
Copy link
Member

kcrisman commented Dec 4, 2014

comment:6

Quite possibly! Actually, probably could just patch Python right now. But the point is that I don't know how :-) Since this seems pretty important, do you want to email sage-devel to make people aware of it? Probably most people don't know about this ticket, and ones who would know what to do would respond.

@pipedream
Copy link

comment:7

https://docs.python.org/2.7/library/ssl.html#ssl.OP_NO_SSLv3

says disabling SSLv3 is "New in version 2.7.9"

Sage 6.4.1 includes python 2.7.8

@kcrisman
Copy link
Member

kcrisman commented Dec 5, 2014

comment:8

2.7.9 is supposedly going to be released any day now, see https://www.python.org/dev/peps/pep-0373/ - though I'm not sure we want to be quite that early of an adopter.

@kcrisman
Copy link
Member

comment:9

Note that Python 2.9 is apparently now out, as of yesterday.

@dimpase
Copy link
Member

dimpase commented May 10, 2015

comment:11

should we update to 2.7.9? Among other things it has a bunch of other SSL/TLS fixes, e.g. SNI support.

@jm58660
Copy link
Mannequin Author

jm58660 mannequin commented Jul 17, 2015

comment:12

Is this done with #18912?

@dimpase
Copy link
Member

dimpase commented Jul 17, 2015

comment:13

as we are on python 2.7.9, this should not be an issue anyway.

@dimpase
Copy link
Member

dimpase commented Jul 17, 2015

comment:14

worksforme

@jm58660 jm58660 mannequin removed this from the sage-6.4 milestone Jul 17, 2015
@vbraun vbraun closed this as completed Jul 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants