api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
125 stars 96 forks source link

fix: dashboard ci #373

Closed starsz closed 9 months ago

starsz commented 9 months ago
image

As we can see in the picture, the CI will fail because of error An unexpected error occurred: "https://registry.npm.taobao.org/state-local/download/state-local-1.0.7.tgz: certificate has expired". Now we don't have any method to let upstream update the certificate, so we can set strict-ssl to false to avoid verifying the certificate.

zll600 commented 9 months ago

@starsz Why could we do this? Is it safe to disable strict-ssl?

starsz commented 9 months ago

@starsz Why could we do this? Is it safe to disable strict-ssl?

I have updated the description, and you can see it.