Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

More pyopenssl problems

I was able to get pyopenssl installed and compiled after a number of issues. I will post late on how I resolved these. However, now when I try to run a secure notebook I get more errors.

Any clue how to fix this?

OpenSSL.crypto.Error: [('PEM routines', 'PEM_read_bio', 'no start line')]

Failed to load application: [('PEM routines', 'PEM_read_bio', 'no start line')]


error Traceback (most recent call last) <ipython-input-3-3d6cf59ae321> in <module>() ----> 1 notebook(secure=True)

/usr/SageMath/src/sage/misc/lazy_import.pyx in sage.misc.lazy_import.LazyImport.__call__ (/usr/SageMath/src/build/cythonized/sage/misc/lazy_import.c:3560)() 384 True 385 """ --> 386 return self._get_object()(args, *kwds) 387 388 def __repr__(self):

/usr/SageMath/local/lib/python2.7/site-packages/sagenb-0.11.7-py2.7.egg/sagenb/notebook/notebook_object.pyc in __call__(self, args, *kwds) 237 """ 238 def __call__(self, args, *kwds): --> 239 return self.notebook(args, *kwds) 240 241 notebook = run_notebook.notebook_run

/usr/SageMath/local/lib/python2.7/site-packages/sagenb-0.11.7-py2.7.egg/sagenb/notebook/run_notebook.pyc in notebook_run(self, directory, port, interface, port_tries, secure, reset, accounts, openid, server_pool, ulimit, timeout, doc_timeout, upload, automatic_login, start_path, fork, quiet, server, profile, subnets, require_login, open_viewer, address) 638 os.chdir(cwd) 639 if e == 256: --> 640 raise socket.error 641 642 def get_admin_passwd():

error: