Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Fedora, pyOpenSSL

I am setting up a public Sage server on a Fedora 18 machine (Python version python-2.7.3-13.fc18.x86_64) To have the possibility to enable the secure mode, I installed pyOpenSSL package from Fedora repositories (pyOpenSSL-0.13-4.fc18.x86_64) , but when I try to start the Sage server, I obtain these error messages:

sage: notebook(port=8082, interface='', secure=True, accounts=True, ulimit='-v 500000 t 120', automatic_login=False) -------------------------------------------------------------------------- RuntimeError Traceback (most recent call last)

/home/user/sage/sage-5.5-linux-64bit-fedora_release_16_verne_x86_64-Linux/<ipython console=""> in <module>()

/home/user/sage/sage-5.5-linux-64bit-fedora_release_16_verne_-x86_64-Linux/devel/sagenb/sagenb/notebook/notebook_object.pyc in _call_(self, args, *kwds) 221 """ 222 def _call_(self, args, *kwds): -> 223 return self.notebook(args, *kwds) 224 225 notebook = run_notebook.notebook_run

/home/dna/sage/sage-5.5-linux-64bit-fedora_release_16_verne_x86_64-Linux/devel/sagenb/sagenb/notebook/run_notebook.pyc in notebook_run(self, directory, port, interface, port_tries, secure, reset, accounts, openid, server_pool, ulimit, timeout, upload, automatic_login, start_path, fork, quiet, server, profile, subnets, require_login, open_viewer, address) 476 import OpenSSL 477 except ImportError: -> 478 raise RuntimeError("HTTPS cannot be used without pyOpenSSL" 479 " installed. See the Sage README for more information.") 480

RuntimeError: HTTPS cannot be used without pyOpenSSL installed. See the Sage README for more information.

click to hide/show revision 2
retagged

Fedora, pyOpenSSL

I am setting up a public Sage server on a Fedora 18 machine (Python version python-2.7.3-13.fc18.x86_64) To have the possibility to enable the secure mode, I installed pyOpenSSL package from Fedora repositories (pyOpenSSL-0.13-4.fc18.x86_64) , but when I try to start the Sage server, I obtain these error messages:

sage: notebook(port=8082, interface='', secure=True, accounts=True, ulimit='-v 500000 t 120', automatic_login=False) -------------------------------------------------------------------------- RuntimeError Traceback (most recent call last)

/home/user/sage/sage-5.5-linux-64bit-fedora_release_16_verne_x86_64-Linux/<ipython console=""> in <module>()

/home/user/sage/sage-5.5-linux-64bit-fedora_release_16_verne_-x86_64-Linux/devel/sagenb/sagenb/notebook/notebook_object.pyc in _call_(self, args, *kwds) 221 """ 222 def _call_(self, args, *kwds): -> 223 return self.notebook(args, *kwds) 224 225 notebook = run_notebook.notebook_run

/home/dna/sage/sage-5.5-linux-64bit-fedora_release_16_verne_x86_64-Linux/devel/sagenb/sagenb/notebook/run_notebook.pyc in notebook_run(self, directory, port, interface, port_tries, secure, reset, accounts, openid, server_pool, ulimit, timeout, upload, automatic_login, start_path, fork, quiet, server, profile, subnets, require_login, open_viewer, address) 476 import OpenSSL 477 except ImportError: -> 478 raise RuntimeError("HTTPS cannot be used without pyOpenSSL" 479 " installed. See the Sage README for more information.") 480

RuntimeError: HTTPS cannot be used without pyOpenSSL installed. See the Sage README for more information.