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

Commit e3de1dc

Browse files
committedMar 4, 2016
Fixes #477 by passing CA options directly.
1 parent 3132404 commit e3de1dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎install.js

+1
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ function getRequestOptions() {
205205
options.agentOptions = {
206206
ca: ca
207207
}
208+
options.ca = ca
208209
}
209210

210211
return options

0 commit comments

Comments
 (0)
This repository has been archived.