[bug] Read timeout accessing conancenter via conan CLI
See original GitHub issueEnvironment Details (include every applicable attribute)
Operating System+version: Ubuntu 18.04.6 LTS Conan CLI version: 1.50.0
Steps to reproduce (Include if Applicable)
Just run a simple inspect command using conancenter:
$ conan inspect -r=conancenter openssl/1.1.1k
ERROR: HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by ReadTimeoutError("HTTPSConnectionPool(host='center.conan.io', port=443): Read timed out. (read timeout=60.0)"))
Unable to connect to conancenter=https://center.conan.io
1. Make sure the remote is reachable or,
2. Disable it by using conan remote disable,
Then try again.
We get the same timeout if we run a simple curl to the ping endpoint:
$ curl https://center.conan.io/v1/ping
<html>
<head><title>504 Gateway Time-out</title></head>
<body>
<center><h1>504 Gateway Time-out</h1></center>
<hr><center>nginx/1.21.4</center>
</body>
</html>
Issue Analytics
- State:
- Created a year ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
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 >conanio/conan - Gitter
(read. georgemp on Freenode timeout=60.0). [Remote: conan-center] ... i have a problem with IncludeOS, we are using GSL from a package but I...
Read more >License compliance - GitLab Docs
Additional setup may be required to build packages for this project configuration. Using private Conan registries. By default, Conan uses the conan-center ......
Read more >[RTFACT-26310] Issue with the conan-search - Jira - JFrog
1ERROR: HTTPSConnectionPool(host='rt-artifactory.test.com', port=443): Max retries exceeded with url: ...
Read more >Pants Reference
rsc task compiles JVM code using the Zinc compiler, and is installed in the compile goal. Many goals are naturally 'singletons', i.e., they...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Can confirm that center.conan.io is not accessible for us as well.
Check https://github.com/conan-io/conan/issues/11604, service should be back to normal now. Thanks again for reporting!