(node:13692) UnhandledPromiseRejectionWarning: Error: certificate has expired at TLSSocket.onConnectSecure (_tls_wrap.js:1285:34) at TLSSocket.emit (events.js:196:13) at TLSSocket._finishInit (_tls_wrap.js:758:8) at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:590:12) (node:13692) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 2) (node:13692) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
你好,这个错误表示使用的TLS证书已过期,因此无法进行远程热更新。
需要更新证书:
获取有效的TLS证书:从证书颁发机构(CA)获取有效的TLS证书。
替换证书:将新证书替换掉过期的证书。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。