Re: JupyterHub & TLS 1.2
MinRK <[email protected]> Fri, 15 Jul 2016 17:16:15 -0500
| Newsgroups | gmane.comp.python.ipython.devel |
|---|---|
| Message-ID | <CAHNn8BUGTPDPELAFzF_Ktdkzmm=VPPKX9ChbkdEc1ovMa9JayQ@mail.gmail.com> |
With a default deployment, it's actually the configurable-http-proxy that's out front, so Python SSL parameters don't help us. I don't think CHP exposes that option yet, but we can add it easily enough. -MinRK On Fri, Jul 15, 2016 at 11:48 AM, Thorin Tabor <[email protected]> wrote: > 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 > > _______________________________________________ IPython-dev mailing list [email protected] https://mail.scipy.org/mailman/listinfo/ipython-dev