question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[bug] conan.bintray.com has invalid/no certificate and fails in redirection loop

See original GitHub issue

Steps to reproduce (Include if Applicable)

Since this morning (12.04.2021) I can’t connect to https://conan.bintray.com/ successfully. One problem is that it seems there is no valid server certificate on the server side. After disabling verify_ssl in the remotes there will be an exception because of too many redirects:

ERROR: Exceeded 30 redirects.. [Remote: conan-center]

Same error can be reproduced by open the URL via the webbrowser of your choice.

Is this because of the shutdown for bintray? Isn’t this dated to 1st May?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:30
  • Comments:57 (19 by maintainers)

github_iconTop GitHub Comments

26reactions
voidbarcommented, Apr 12, 2021

Hey @memsharded, there is a problem with the way this deprecation is being handled, here are a few key points:

  • The remotes docs page, and the “bintray is sunsetting” page doesn’t specify how to update to the correct configuration and host.
  • A fresh install of conan 1.35 doesn’t sets the right conan remote by default (or not by default for that matter)

My company’s CI processes just broke out of the blue, and fixing this issue doesn’t seem to be trivial as it should be.

Can you suggest a hotfix?

Thanks

22reactions
danimtbcommented, Apr 12, 2021

conan remote update conan-center https://api.bintray.com/conan/conan/conan-center worked for me.

So after may 1st we still will be able to use remote repository? or is there something i’m missing?

Please, do not make this change as the bintray repository will be sunset shortly and stop working. We are handling the redirection/certificate issue on https://conan.bintray.com as this will continue to work after Bintray is gone.

So, again, switching to https://api.bintray.com/conan/conan/conan-center is not recommended as it will just delay the issue. Please be patient as https://conan.bintray.com will be back as soon as possible. Thank you

Read more comments on GitHub >

github_iconTop Results From Across the Web

Failed to connect to center.conan.io - Stack Overflow
Conan seems to sometimes not update it's certificate authorities (probably if you've manually edited them). Make sure you are using the ...
Read more >
Artifactory REST API - JFrog - JFrog Documentation
The sections below provide a comprehensive listing of the REST resources exposed by Artifactory. For details on handling errors please refer to ERROR...
Read more >
Conan Documentation - Conan Docs
Conan is a software package manager which is intended for C and C++ developers. Conan is universal and portable. It works in all...
Read more >
Why redirect loop happens after SSL installation and how to ...
3 ways to fix the endless redirect problem. ... After you install an SSL certificate for your domain, to ensure that all your...
Read more >
Time Tracking Report - Sonatype JIRA
Bug, NEXUS-30804, New, Major, Cocoapods proxy repo redirects failing ... Improvement, NEXUS-29321, New, Minor, On creation, have Conan proxy show example.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found