gpt4 book ai didi

node.js - Jimp 读取 Url => 错误 : unable to verify the first certificate in nodejs

转载 作者:太空宇宙 更新时间:2023-11-03 13:31:45 26 4
gpt4 key购买 nike

我正在使用 Jimp ( https://github.com/oliver-moran/jimp )

Jimp.read(originalUrl)

在大多数情况下,它就像一个魅力。

如果我将它与此 url 一起使用 =>Jimp.read('https://404store.com/2017/12/08/Random-random-30798866-500-325.jpg')

我收到以下错误:

Error
unable to verify the first certificate _tls_wrap.js in TLSSocket. at line 1105:38
events.js in emitNone at line 106:13
events.js in TLSSocket.emit at line 208:7
_tls_wrap.js in TLSSocket._finishInit at line 639:8
_tls_wrap.js in TLSWrap.ssl.onhandshakedone at line 469:38


即使证书有问题我也想看图。我不想将行为全局配置到服务器。


这是服务器配置:

  • 吉普版本:0.4.0
  • 操作系统:Ubuntu Server 16.04
  • Node 版本:v8.11.1

我已经读过这篇文章,但没有找到我想要的答案=> Error: unable to verify the first certificate in nodejs

最佳答案

在 header 中传递 rejectUnauthorized: false

https://github.com/oliver-moran/jimp/tree/master/packages/jimp

Also, you can pass rejectUnauthorized: false if you don't require an SSL certificate to be valid (it helps to prevent unable to verify the first certificate error).

这样做:

  url: originalUrl, // Required!
headers: {rejectUnauthorized:false},
...
})

关于node.js - Jimp 读取 Url => 错误 : unable to verify the first certificate in nodejs,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52292080/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com