More pyopenssl problems

asked 2016-05-30 04:22:59 +0200

cenobyte gravatar image

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:

edit retag flag offensive close merge delete

Comments

To display blocks of code (or error messages), either indent them with 4 spaces, or select the corresponding lines and click the "code" button (the icon with '101 010'). Can you edit your question to do that?

slelievre gravatar imageslelievre ( 2016-05-30 14:19:56 +0200 )edit