Hi Jori, Please test the fix and report back here:
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) > Regards, Jan On 5 December 2014 at 15:21, Volker Braun <vbraun.n...@gmail.com> wrote: > SSLv3 has been obsolete this entire millennium ;-) > > On Friday, December 5, 2014 1:16:15 PM UTC, kcrisman wrote: >> >> 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 >>> >> > It means that you can't use notebook(secure=True) with IE6. Not that it > would be secure if you were able to serve the notebook over ssl. > > -- > 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 sage-devel+unsubscr...@googlegroups.com. > To post to this group, send email to sage-devel@googlegroups.com. > Visit this group at http://groups.google.com/group/sage-devel. > For more options, visit https://groups.google.com/d/optout. > -- .~. /V\ Jan Groenewald /( )\ www.aims.ac.za ^^-^^ -- 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 sage-devel+unsubscr...@googlegroups.com. To post to this group, send email to sage-devel@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel. For more options, visit https://groups.google.com/d/optout.