Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit f3109a7

Browse files
committed
✏️Add NODE_TLS_REJECT_UNAUTHORIZED option note
1 parent a04228b commit f3109a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/HttpClient.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ class HttpClient {
7272
}
7373

7474
/**
75-
* Get the http agent for proxying or requesting
75+
* Get the http agent for proxying or requesting,
76+
* NOTE: when use https endpoint, you may need to set "NODE_TLS_REJECT_UNAUTHORIZED=0" node option
77+
* with self signed certificate to bypass the TLS check
7678
* @return {*}
7779
* @private
7880
*/

0 commit comments

Comments
 (0)