SSL Verification on Conda3 for binstar package

0 views
Skip to first unread message

Anthony Scopatz

unread,
Feb 24, 2015, 12:07:46 AM2/24/15
to conda
Hello All,

I just started experiancing this problem with SSL certification, which I can't figure out, on my Python/Miniconda 3 CI server. Python 2 seems to be perfectly fine and I am not seeing the issue locally.

$ conda install -c https://conda.binstar.org/cyclus lapack
Fetching package metadata: ........ Solving package specifications: . Package plan for installation in environment /slots/01/dir_15905/userdir/anaconda: The following packages will be downloaded: package | build ---------------------------|----------------- lapack-3.5.0 | 0 1.7 MB The following NEW packages will be INSTALLED: lapack: 3.5.0-0 Proceed ([y]/n)? Fetching packages ...
Could not connect to https://conda.binstar.org/cyclus/linux-64/lapack-3.5.0-0.tar.bz2 Error: Connection error: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:600): https://conda.binstar.org/cyclus/linux-64/lapack-3.5.0-0.tar.bz2

I have tried moving to http and setting the binstar config certfile to be ~/miniconda3/ssl/cert.pem and nothing works.

Any ideas?  Help is most appreciated...

Be Well
Anthony

Stephan Hoyer

unread,
Feb 24, 2015, 12:59:29 AM2/24/15
to Anthony Scopatz, conda
This same issue is causing automated tests on Travis-CI to fail for pandas and xray. See https://github.com/conda/conda/issues/1166 for my report.

I believe it is related to using custom channels.

Stephan


--
You received this message because you are subscribed to the Google Groups "conda - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to conda+un...@continuum.io.
To post to this group, send email to co...@continuum.io.
Visit this group at http://groups.google.com/a/continuum.io/group/conda/.

Anthony Scopatz

unread,
Feb 24, 2015, 1:05:56 AM2/24/15
to Stephan Hoyer, conda

Definitely seems related!

Morten Enemark Lund

unread,
Feb 24, 2015, 4:17:10 AM2/24/15
to co...@continuum.io
Hi 

I got the same problem.

Downgrading requests to 2.5.1 was a quick work-around for me.

/Morten

Stanley Seibert

unread,
Feb 24, 2015, 10:19:57 AM2/24/15
to Anthony Scopatz, Stephan Hoyer, conda
We are seeing a similar problem with calls to https://api.binstar.org, preventing package uploads.

Interestingly, this URL is fine: https://conda.binstar.org/cyclus/linux-64/
But this URL raises the SSL error in requests: https://conda.binstar.org/cyclus/linux-64/lapack-3.5.0-0.tar.bz2

Antoine Pitrou

unread,
Feb 24, 2015, 10:21:52 AM2/24/15
to co...@continuum.io
On Tue, 24 Feb 2015 09:19:52 -0600
Stanley Seibert <st...@mtrr.org> wrote:

> We are seeing a similar problem with calls to https://api.binstar.org, preventing package uploads.
>
> Interestingly, this URL is fine: https://conda.binstar.org/cyclus/linux-64/
> But this URL raises the SSL error in requests: https://conda.binstar.org/cyclus/linux-64/lapack-3.5.0-0.tar.bz2

It redirects to
https://binstar-cio-packages-prod.s3.amazonaws.com/<something>



Antoine Pitrou

unread,
Feb 24, 2015, 10:43:07 AM2/24/15
to co...@continuum.io

The issue may be related to http://bugs.python.org/issue23476

Regards

Antoine.

Anthony Scopatz

unread,
Feb 24, 2015, 11:49:01 AM2/24/15
to Antoine Pitrou, co...@continuum.io
Thanks Morten,

Downgrading requests seems to have worked.

Be Well
Anthony

Aaron Meurer

unread,
Feb 24, 2015, 12:18:11 PM2/24/15
to Anthony Scopatz, Antoine Pitrou, conda

Aaron Meurer

unread,
Feb 24, 2015, 1:16:40 PM2/24/15
to Anthony Scopatz, Antoine Pitrou, conda
OK, conda update requests should fix this.

Aaron Meurer

Sebastian Luna Valero

unread,
Feb 24, 2015, 1:38:00 PM2/24/15
to Aaron Meurer, Anthony Scopatz, Antoine Pitrou, conda

Brilliant!

It works on my end.

Best regards,
Sebastian.

Anthony Scopatz

unread,
Feb 24, 2015, 4:30:06 PM2/24/15
to Sebastian Luna Valero, Aaron Meurer, Antoine Pitrou, conda
This seems to work for me too.  Thanks Aaron.

Be Well
Anthony
Reply all
Reply to author
Forward
0 new messages