Skip to content

Add ciphers into request options #290

@nmhung109

Description

@nmhung109

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions