-
Notifications
You must be signed in to change notification settings - Fork 877
Open
Description
I have the problem while fetch from request that it throws Socket Hang up. I checked your code and see that the request options is only picked from the array
var requestArgs = ['uri','url','qs','method','headers','body','form','json','multipart','followRedirect','followAllRedirects', 'maxRedirects','encoding','pool','timeout','proxy','auth','oauth','strictSSL','jar','aws','gzip','time','tunnel','proxyHeaderWhiteList','proxyHeaderExclusiveList','localAddress','forever', 'agent'];
If I add ciphers option into this array, and request with ciphers: 'DES-CBC3-SHA' then it can pass
Metadata
Metadata
Assignees
Labels
No labels