JupyterHub & TLS 1.2

Thorin Tabor <[email protected]> Fri, 15 Jul 2016 09:48:01 -0700
Newsgroups gmane.comp.python.ipython.devel
Message-ID <[email protected]>
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

_______________________________________________
IPython-dev mailing list
[email protected]
https://mail.scipy.org/mailman/listinfo/ipython-dev