Got: "options.rejectUnauthorized" is now deprecated, please use "options.https.rejectUnauthorized"
This commit is contained in:
parent
78426087d1
commit
d29f2fb251
@ -354,7 +354,9 @@ function fetch(uri, headers) {
|
|||||||
retry: 0,
|
retry: 0,
|
||||||
timeout: 5000,
|
timeout: 5000,
|
||||||
headers: getRequestHeaders(headers),
|
headers: getRequestHeaders(headers),
|
||||||
|
https: {
|
||||||
rejectUnauthorized: false,
|
rejectUnauthorized: false,
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
gotStream
|
gotStream
|
||||||
|
Loading…
Reference in New Issue
Block a user