await fetch('https://jy.xzsec.com')
返回错误error: Uncaught (in promise) TypeError: error sending request for url (https://jy.xzsec.com/): error trying to connect: 远程主机强迫关闭了一个现有的连接。 (os error 10054)
测试使用curl和node-fetch都能得到正常返回数据
await fetch('https://jy.xzsec.com')
返回错误error: Uncaught (in promise) TypeError: error sending request for url (https://jy.xzsec.com/): error trying to connect: 远程主机强迫关闭了一个现有的连接。 (os error 10054)
测试使用curl和node-fetch都能得到正常返回数据
没有设置HTTP_PROXY代理
Uncaught (in promise) TypeError: error sending request for url (https://jy.xzsec.com/): error trying to connect: Connection reset by peer (os error 104)