-
Notifications
You must be signed in to change notification settings - Fork 296
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
Error when trying to clone a repository in container volume #10102
Comments
The error will be resolved and the dev container will invoked well if I modify the
I'm not sure where this certs file came from and why it's needed. But it seems broken on my environment. |
We read the OS certificates with |
Thank you for the hint. As a trial, I removed one of the certificate entries from /etc/ssl/certs/ca-certificates.crt. Then "apk add" works fine.
|
That shouldn't affect verification of the certificate for |
This is the last entry of my ca-certificates.crt. The before entry is
Surprisingly, it also works fine if I remove another one instead (ex. second from last, 3rd from last, ...)
|
Does running |
I got a warning. But I'm not sure this is related or not.
Unfortunately, no. The TLS error still happens. BTW, there are 5 certificates copied from the host to
In my case, removing the unused cert resolves the error. But I feel the true problem is not resolved yet. |
Steps to Reproduce:
Does this issue occur when you try this locally?: Yes
Does this issue occur when you try this locally and all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: