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

Error: connect ETIMEDOUT #48

Open
YuningDingAsStudent opened this issue Jan 9, 2019 · 1 comment
Open

Error: connect ETIMEDOUT #48

YuningDingAsStudent opened this issue Jan 9, 2019 · 1 comment

Comments

@YuningDingAsStudent
Copy link

{ Error: connect ETIMEDOUT 52.94.17.76:443
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1113:14)
message: 'connect ETIMEDOUT 52.94.17.76:443',
errno: 'ETIMEDOUT',
code: 'NetworkingError',
syscall: 'connect',
address: '52.94.17.76',
port: 443,
region: 'eu-central-1',
hostname: 'dynamodb.eu-central-1.amazonaws.com',
retryable: true,
time: 2019-01-09T14:44:42.333Z }

@YuningDingAsStudent
Copy link
Author

Hi, I'm trying to use this to read my DynamoDB. I have everything setup in config.json. I am behind a corporate proxy, but I configured it like followed in dynamoDBtoCSV.js:

var proxy = require('proxy-agent');
AWS.config.update({
	httpOptions:{ agent: proxy('http://...MYPROXY...')}
})

Still got this error...

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

1 participant