Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 4092003

Browse files
committed
chore(fix): add reject unauthorized to request for webdriver
1 parent bd1102e commit 4092003

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: bin/webdriver-manager

+1
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ var httpGetFile = function(fileUrl, fileName, outputDir, callback) {
203203
var options = {
204204
url: fileUrl,
205205
strictSSL: !ignoreSSL,
206+
rejectUnauthorized: !ignoreSSL,
206207
proxy: resolveProxy(fileUrl)
207208
};
208209

0 commit comments

Comments
 (0)