<br><br><div class="gmail_quote">On Fri, Aug 17, 2012 at 1:27 PM, Thomas Wiecki <span dir="ltr"><<a href="mailto:thomas.wiecki@gmail.com" target="_blank">thomas.wiecki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
$ ipython notebook<br>
[...]<br>
<br>
After trying to connect to the https on localhost:9999<br>
<br>
Traceback (most recent call last):<br>
File "/usr/lib/python2.7/dist-packages/zmq/eventloop/ioloop.py",<br>
line 330, in start<br>
self._handlers[fd](fd, events)<br>
File "/usr/local/lib/python2.7/dist-packages/tornado/netutil.py",<br>
line 324, in accept_handler<br>
callback(connection, address)<br>
File "/usr/local/lib/python2.7/dist-packages/tornado/netutil.py",<br>
line 202, in _handle_connection<br>
**self.ssl_options)<br>
File "/usr/lib/python2.7/ssl.py", line 381, in wrap_socket<br>
ciphers=ciphers)<br>
File "/usr/lib/python2.7/ssl.py", line 141, in __init__<br>
ciphers)<br>
SSLError: [Errno 336265218] _ssl.c:351: error:140B0002:SSL<br>
routines:SSL_CTX_use_PrivateKey_file:system lib<br>
ERROR:root:Exception in I/O handler for fd 3<br>
<br>
I tried to find out if https can be disabled but couldn't find that option.<br></blockquote><div><br></div><div>https is *off* by default, so you have to request that it be used, by specifying the certfile/key.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks,<br>
Thomas<br>
_______________________________________________<br>
IPython-User mailing list<br>
<a href="mailto:IPython-User@scipy.org">IPython-User@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-user" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-user</a><br>
</blockquote></div><br>