[IPython-dev] setting up public ipython notebook server

Ed Rahn edsrahn at gmail.com
Fri Jan 23 14:12:51 EST 2015


When I follow the instructions at
http://ipython.org/ipython-doc/dev/notebook/public_server.html
I get:
Exception in callback (<socket._socketobject object at 0x7f422f0baf30>,
<function null_wrapper at 0x7f422f07b578>)
    Traceback (most recent call last):
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/ioloop.py",
line 837, in start
        handler_func(fd_obj, events)
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/stack_context.py",
line 275, in null_wrapper
        return fn(*args, **kwargs)
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/netutil.py",
line 220, in accept_handler
        callback(connection, address)
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/tcpserver.py",
line 225, in _handle_connection
        do_handshake_on_connect=False)
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/netutil.py",
line 453, in ssl_wrap_socket
        context = ssl_options_to_context(ssl_options)
      File
"/home/ed/equalog/venv/local/lib/python2.7/site-packages/tornado/netutil.py",
line 430, in ssl_options_to_context
        context.load_cert_chain(ssl_options['certfile'],
ssl_options.get('keyfile', None))
    TypeError: coercing to Unicode: need string or buffer, NoneType found

I try setting keyfile but then I get ssl errors during requests.

Ed
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20150123/39c8f831/attachment.html>


More information about the IPython-dev mailing list