[IPython-User] nbserver SSL Errors
Brian Granger
ellisonbg@gmail....
Fri Feb 1 15:41:39 CST 2013
I think you have to specify the path to the ssl files using absolute paths.
On Fri, Feb 1, 2013 at 1:37 PM, K.-Michael Aye <kmichael.aye@gmail.com> wrote:
> I am trying to configure a notebook server accessible from an outside browser.
>
> So, I got it working but ONLY if I launch the notebook from inside the
> .ipython/profile_nbserver directory (using 'ipython notebook
> --profile=nbserver' as cmd).
> In any other folder I get SSL errors:
>
> ERROR:root:Exception in I/O handler for fd 3
> Traceback (most recent call last):
> File
> "/usr/local/epd/lib/python2.7/site-packages/zmq/eventloop/ioloop.py",
> line 330, in start
> self._handlers[fd](fd, events)
> File "/usr/local/epd/lib/python2.7/site-packages/tornado/netutil.py",
> line 319, in accept_handler
> callback(connection, address)
> File "/usr/local/epd/lib/python2.7/site-packages/tornado/netutil.py",
> line 199, in _handle_connection
> **self.ssl_options)
> File "/usr/local/epd/lib/python2.7/ssl.py", line 381, in wrap_socket
> ciphers=ciphers)
> File "/usr/local/epd/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
>
> What am I doing wrong?
>
> Thanks,
> Michael
>
>
>
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
--
Brian E. Granger
Cal Poly State University, San Luis Obispo
bgranger@calpoly.edu and ellisonbg@gmail.com
More information about the IPython-User
mailing list