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

Commit a9099d6

Browse files
committedMar 7, 2016
Merge pull request #488 from jgibson/master
Fixes #477 by passing CA options directly.
2 parents 8475d0a + e3de1dc commit a9099d6

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.