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

error An unexpected error occurred: "https://registry.npm.taobao.org/react-input-autosize/download/react-input-autosize-3.0.0.tgz: certificate has expired" #4267

Open
luomengY opened this issue Mar 19, 2024 · 2 comments
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.

Comments

@luomengY
Copy link

General remarks

This form is to report bugs. For general usage questions refer to our Slack channel
KubeSphere-users

Describe the bug
make container report error:error An unexpected error occurred: "https://registry.npm.taobao.org/react-input-autosize/download/react-input-autosize-3.0.0.tgz: certificate has expired"
For UI issues please also add a screenshot that shows the issue.

Versions used(KubeSphere/Kubernetes)
KubeSphere:
Kubernetes: (If KubeSphere installer used, you can skip this)

Environment
How many nodes and their hardware configuration:

For example:
3 masters: 8cpu/8g
3 nodes: 8cpu/16g

(and other info are welcomed to help us debugging)

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

@luomengY luomengY added the kind/bug Categorizes issue or PR as related to a bug. label Mar 19, 2024
@calvinyv calvinyv added triage/needs-information Indicates an issue needs more information in order to work on it. and removed kind/bug Categorizes issue or PR as related to a bug. labels Mar 20, 2024
@calvinyv
Copy link
Member

pls provide more detail, this title only make more confused

@jincong8973
Copy link

taobao ssl certificate has expired, you can turn off strict-ssl to ignore ssl

yarn config set strict-ssl false

then yarn
or you should just set registry to https://registry.npmjs.org/

 yarn --registry=https://registry.npmjs.org/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage/needs-information Indicates an issue needs more information in order to work on it.
Projects
None yet
Development

No branches or pull requests

3 participants