On Fri, 5 Dec 2014, Jan Groenewald wrote:
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)
This does not make any difference. The command curl -v3 -X HEAD https://my.server.here opens connection. -- Jori Mäntysalo