You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 arrayIf I add
ciphers
option into this array, and request withciphers: 'DES-CBC3-SHA'
then it can passThe text was updated successfully, but these errors were encountered: