我有一个https协议下的私有Verdaccio服务器。 我的证书是由certbot生成的,最近我不得不更新它。 但是现在npm给我丢了一个错误
npm ERR! code UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! errno UNABLE_TO_VERIFY_LEAF_SIGNATURE
npm ERR! request to https://myserver.com/-/v1/login failed, reason: unable to verify the first certificate
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\myusername\AppData\Roaming\npm-cache\_logs\2019-02-21T16_54_52_853Z-debug.log
出于安全原因,我不想npm set strict-ssl false
我该如何解决?