Ask Your Question
1

Fedora, pyOpenSSL

asked 2013-02-07 04:38:56 +0200

Caterpillar gravatar image

updated 2015-01-14 12:07:03 +0200

FrédéricC gravatar image

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.

edit retag flag offensive close merge delete

1 Answer

Sort by » oldest newest most voted
1

answered 2013-02-07 05:10:43 +0200

ppurka gravatar image

As it says in the error message, read the README.txt that came with your Sage:

See the Sage README for more information.
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2013-02-07 04:38:56 +0200

Seen: 705 times

Last updated: Feb 07 '13