<div dir="ltr">Hey Jonathan,<div><br></div><div>I asked about this in the conda-forge gitter channel and got a response after a few days:</div><div><br></div><div>No worries, @ngoldbaum. So we package our certificates in a separate package called ca-certificates. They are just extracted from the certifi Python package and relocated to allow things like openssl and curl to find them. This differs from Continuum (or at least last time I checked), which has them bundled with openssl. The first thing I'd have him check is that package installed and can Python find them, python -c "import ssl; print(ssl.get_default_verify_paths())". If the answer is no, then that is likely a problem. If the answer is yes, then maybe it has something to do with how this redirection is being handled.<br></div><div><br></div><div>So you should check to see if a package named ca-certificates is installed in your conda environment. If it is, you should also check the output of ssl.get_default_verify_paths(). If it turns out that your python can't find the CA certificates store, that's your issue. If it turns out that python is locating the CA certificates, then this might be due to a bug in how conda-forge or continuum have decided to handle this issue.</div><div><br></div><div>Unfortunately kind of a headache. I hope you're able to figure this out :)</div><div><br></div><div>-Nathan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Apr 18, 2017 at 2:46 PM, Slavin, Jonathan <span dir="ltr"><<a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Hi,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">I have a conda environment set up to use the development branch of yt.  When I just now went to update it I got:</div><div class="gmail_default"><div class="gmail_default"><font face="arial, helvetica, sans-serif">> conda update -c <a href="http://use.yt/with_conda/" target="_blank">http://use.yt/with_conda/</a> -c conda-forge yt</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">Fetching package metadata .............</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">CondaHTTPError: HTTP None None</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">for url <None></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif"><br></font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">An HTTP error occurred when trying to retrieve this URL.</font></div><div class="gmail_default"><font face="arial, helvetica, sans-serif">SSLError(SSLError(SSLError(1, u'[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:590)'),),)</font></div><div style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div></div><div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">​I don't get the "None None" bit, but it looks like a problem with the SSL certificate.  Or maybe it's something else.  Any help would be appreciated.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Thanks,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif;font-size:small">Jon​</div><span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888">-- <br><div class="m_-5888149887973670167gmail_signature"><div dir="ltr"><div><div dir="ltr">______________________________<wbr>__________________________<br>Jonathan D. Slavin                 Harvard-Smithsonian CfA<br><a href="mailto:jslavin@cfa.harvard.edu" target="_blank">jslavin@cfa.harvard.edu</a>       60 Garden Street, MS 83<br>phone: <a href="tel:(617)%20496-7981" value="+16174967981" target="_blank">(617) 496-7981</a>       Cambridge, MA 02138-1516<br>cell: <a href="tel:(781)%20363-0035" value="+17813630035" target="_blank">(781) 363-0035</a>             USA<br>______________________________<wbr>__________________________<br><br></div></div></div></div>
</font></span></div>
<br>______________________________<wbr>_________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" rel="noreferrer" target="_blank">http://lists.spacepope.org/<wbr>listinfo.cgi/yt-users-<wbr>spacepope.org</a><br>
<br></blockquote></div><br></div>