-
Notifications
You must be signed in to change notification settings - Fork 38
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
Comments
Hi @fg68 Can you please make sure you got the latest update? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello conan & artifactory staff,
thanks for the training environment which helped me so far.
Currently the provided image(s) need an update because
(workaround:
conan remote update conan-center https://center.conan.io
conan remote rename conan-center conancenter)
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.
The text was updated successfully, but these errors were encountered: