Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ciphers into request options #290

Open
nmhung109 opened this issue Sep 15, 2018 · 1 comment
Open

Add ciphers into request options #290

nmhung109 opened this issue Sep 15, 2018 · 1 comment

Comments

@nmhung109
Copy link

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

@mike442144
Copy link
Collaborator

Oh guy, do you have a pull request? go ahead and let me merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants