> > > I agree with forcing always TLS in the notebook, screw IE6. > > sagenb-0.11.1-py2.7.egg/sagenb/notebook/run_notebook.py: >> ssl_context = SSL.Context(SSL.SSLv23_METHOD) >> >> to >> >> ssl_context = ssl.SSLContext(ssl.PROTOCOL_TLSv1) >> > > > We can do this if need be, assuming we have the right stuff. Can someone explain to me what the drawbacks would be? (E.g., Volker seems to indicate that IE6 can only use SSL, not TLS, as does Wikipedia - see https://www.modern.ie/en-us/ie6countdown for an amusing graphic for this.) Does that mean we wouldn't be using openssl, or just a different package in it, or ... ? I am not too familiar with this stuff, but reading the Python docs linked it looks like we wouldn't have to do much else than this until we upgrade. (Is that a ticket?)
-- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.
