-
Notifications
You must be signed in to change notification settings - Fork 134
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
Error: socket hang up #64
Comments
Are you using aws-cli v2? I'm seeing these issues as well since I updated aws-cli |
I got frustrated with this package so I just released https://github.com/monken/aws4-proxy. Would you mind giving it a try? It has much less dependencies and should hopefully just work for you. |
Thanks Moritz,
I ll give a try and let u know. the behaviour.
Thanks
Harish Mandhadi
513-884-5012
…On Fri, Mar 6, 2020 at 1:42 PM Moritz Onken ***@***.***> wrote:
I got frustrated with this package so I just released
https://github.com/monken/aws4-proxy. Would you mind giving it a try? It
has much less dependencies and should hopefully just work for you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AH3U4VRP2QBN4FH5HMPBQRTRGFU4HA5CNFSM4KYT5KVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOC6JSQ#issuecomment-595977418>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3U4VVP2KKMVUKNWHV2JXDRGFU4HANCNFSM4KYT5KVA>
.
|
Hi moritz,
I was trying this library, and I have my .aws/credentials and I have give
profile as default with role arn.
It is not working for me.
Am i missing something? regarding credentials. I did not use specific
access-key , secret variables in my env. I was trying to get those details
from credential file.
I dont know whether it works or not
Harish Mandhadi
513-884-5012
…On Fri, Mar 6, 2020 at 1:42 PM Moritz Onken ***@***.***> wrote:
I got frustrated with this package so I just released
https://github.com/monken/aws4-proxy. Would you mind giving it a try? It
has much less dependencies and should hopefully just work for you.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#64?email_source=notifications&email_token=AH3U4VRP2QBN4FH5HMPBQRTRGFU4HA5CNFSM4KYT5KVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEOC6JSQ#issuecomment-595977418>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH3U4VVP2KKMVUKNWHV2JXDRGFU4HANCNFSM4KYT5KVA>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was using thius library for a while, but suddenly it starts to throw this error:
AWS ES cluster available at http://0.0.0.0:443
Kibana available at http://0.0.0.0:443/_plugin/kibana/
/usr/lib/node_modules/aws-es-kibana/node_modules/http-proxy/lib/http-proxy/index.js:120
throw err;
^
Error: socket hang up
at connResetException (internal/errors.js:604:14)
at TLSSocket.socketCloseListener (_http_client.js:400:25)
at TLSSocket.emit (events.js:333:22)
at TLSSocket.EventEmitter.emit (domain.js:482:12)
at net.js:668:12
at TCP.done (_tls_wrap.js:556:7) {
code: 'ECONNRESET'
Is there a fix for this error?
The text was updated successfully, but these errors were encountered: