[IPython-dev] JupyterHub & TLS 1.2
Thorin Tabor
thorin at broadinstitute.org
Fri Jul 15 12:48:01 EDT 2016
I'm running JupyterHub through HTTPS and need to configure it to only
use TLS 1.2. Is there a reasonable to do that?
I noticed that Jupyter has an ssl_options config setting that's passed
to the underlying tornado server, but thus far I haven't seen an
equivalent in JupyterHub. Ideally I'd like to just be able to run
ssl_options.setdefault('ssl_version', ssl.PROTOCOL_TLSv1_2)
or something similar. Does a way to do this in JupyterHub exist?
Thorin Tabor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20160715/9814fe07/attachment.html>
More information about the IPython-dev
mailing list