Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conan training docker environment needs an update #94

Open
fg68 opened this issue Dec 21, 2021 · 4 comments
Open

conan training docker environment needs an update #94

fg68 opened this issue Dec 21, 2021 · 4 comments

Comments

@fg68
Copy link

fg68 commented Dec 21, 2021

Hello conan & artifactory staff,

thanks for the training environment which helped me so far.
Currently the provided image(s) need an update because

  1. the new conancenter is not configured in container; it still points to the old bintray
    (workaround:
    conan remote update conan-center https://center.conan.io
    conan remote rename conan-center conancenter)
  2. even with the changes from point 1 SSL verification fails with:
    HTTPSConnectionPool(host='center.conan.io', port=443): Max retries exceeded with url: /v1/ping (Caused by
    SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: certificate has expired (_ssl.c:1076)')))
    (workaround at this point:
    conan remote update conancenter https://center.conan.io false)

There may be some other issues coming with the change to the new conancenter I am not aware of yet but the above may pose a blocker for novices starting with conan.

@memsharded
Copy link
Member

Hi @fg68

Can you please make sure you got the latest update?
If you update the repo and build docker environment, it should get the latest 1.43.1 image, which is using the right conancenter remote.

@fg68
Copy link
Author

fg68 commented Dec 21, 2021 via email

@fg68
Copy link
Author

fg68 commented Dec 22, 2021 via email

@fg68
Copy link
Author

fg68 commented Dec 22, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants