<div dir="ltr">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.<div><br></div><div>-MinRK</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jul 15, 2016 at 11:48 AM, Thorin Tabor <span dir="ltr"><<a href="mailto:thorin@broadinstitute.org" target="_blank">thorin@broadinstitute.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  

    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <p>I'm running JupyterHub through HTTPS and need to configure it to
      only use TLS 1.2. Is there a reasonable to do that?<br>
      <br>
      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<br>
      <br>
    </p>
    <blockquote>ssl_options.setdefault(<span><span>'</span>ssl_version<span>'</span></span>,
      ssl.<span>PROTOCOL_TLSv1_2</span>)<br>
    </blockquote>
    <br>
    or something similar. Does a way to do this in JupyterHub exist?<span class="HOEnZb"><font color="#888888"><br>
    <br>
    Thorin Tabor
  </font></span></div>

<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="https://mail.scipy.org/mailman/listinfo/ipython-dev" rel="noreferrer" target="_blank">https://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>