在IBM中,我们只能选择将证书添加到TrustStore,以摆脱此类证书问题。我们应该用NPM做什么?
CLI只是开发的本地代理。您可以添加"secure": false
以防止错误。
示例:
{
"/api": {
"target": "https://localhost:3000",
"secure": false
}
}