今天更新 Firefox 开发者版本后,我开始遇到与 npm 相关的奇怪错误。通常,我会收到警告,可以单击高级并通过它,但现在我收到消息
Secure Connection Failed
An error occurred during a connection to localhost:9050. Certificate key usage inadequate for attempted operation.
Error code: SEC_ERROR_INADEQUATE_KEY_USAGE
Run Code Online (Sandbox Code Playgroud)
我已经对此进行了一些研究,发现很多文章都告诉人们应该删除用户配置文件中的 cert9.db 和 cert_override.txt 文件。那没有帮助。
有人知道如何解决这个问题吗?