[IPython-dev] setting up public ipython notebook server

ssanderson ssanderson at quantopian.com
Fri Jan 23 14:38:53 EST 2015


Hi Ed,

I believe the default instructions you linked create a .pem file that
contains both an SSL cert and a private key together in a single file.  You
can pass the path to that file via --certfile, and I believe the underlying
Tornado server does the right thing.

For the SSL errors you're seeing when you make request, are you connecting
the server over HTTPS?  It's expected that you'd get errors when connecting
over HTTP.

- Scott



--
View this message in context: http://python.6.x6.nabble.com/setting-up-public-ipython-notebook-server-tp5084129p5084131.html
Sent from the IPython - Development mailing list archive at Nabble.com.



More information about the IPython-dev mailing list