搜索结果
-
node请求出现Error: certificate has expired 和 routines:SSL23_GET_SERVER_HELLO:tlsv1 错误的解决办法
iapp发送请求配置项中添加rejectUnauthorized: false参考:https://nodejs.org/api/tls.html#tlscreateserveroptions-sec
-
nodejs高版本报错解决办法
报错信息类似如下信息: ``` node:internal/crypto/hash:68 this[kHandle] = new _Hash(algorithm, xofLen) ```