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

sapcc helm repo cannot be added because of certificate signed by unknown authority #2770

Open
Ninsbean opened this issue Sep 28, 2021 · 0 comments

Comments

@Ninsbean
Copy link

Somehow I cannot add the helm repo to my helm list. It says that the certificate is not verified.

$ helm repo add sapcc https://charts.global.cloud.sap
Error: looks like "https://charts.global.cloud.sap" is not a valid chart repository or cannot be reached: Get "https://charts.global.cloud.sap/index.yaml": x509: certificate signed by unknown authority

Screenshot 2021-09-28 at 15 44 52

I tried to skip TLS verify but it says it's "AuthorizedOnly"

$ helm repo add --insecure-skip-tls-verify sapcc https://charts.global.cloud.sap
Error: looks like "https://charts.global.cloud.sap" is not a valid chart repository or cannot be reached: failed to fetch https://charts.global.cloud.sap/index.yaml : 403 AuthorizedOnly

What can I do to add the helm repo?

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

1 participant