[IPython-User] Notebook ssl problem
Thomas Wiecki
thomas.wiecki@gmail....
Fri Aug 17 15:27:05 CDT 2012
Hi,
$ ipython notebook
[...]
After trying to connect to the https on localhost:9999
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py",
line 330, in start
self._handlers[fd](fd, events)
File "/usr/local/lib/python2.7/dist-packages/tornado/netutil.py",
line 324, in accept_handler
callback(connection, address)
File "/usr/local/lib/python2.7/dist-packages/tornado/netutil.py",
line 202, in _handle_connection
**self.ssl_options)
File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket
ciphers=ciphers)
File "/usr/lib/python2.7/ssl.py", line 141, in __init__
ciphers)
SSLError: [Errno 336265218] _ssl.c:351: error:140B0002:SSL
routines:SSL_CTX_use_PrivateKey_file:system lib
ERROR:root:Exception in I/O handler for fd 3
I tried to find out if https can be disabled but couldn't find that option.
Thanks,
Thomas
More information about the IPython-User
mailing list