Error: DynamoDB Network Error: self signed certificate in chain
Solution
Explanation: DynamoDB SDK/CLI has a problem negotiating SSL with AWS' servers.
Troubleshooting steps:
- If you're running this command behind a firewall, make sure it's not blocking for modiyfing requests to the AWS. Try disabling the firewall and try again
- If you're using Node.js, you can try setting NODE_TLS_REJECT_UNAUTHORIZED environment variable to 0.
- Disable SSL (not recommended)
- If you're using Node.js, you might also want to import the certificate manually:
const https = require('https'); const fs = require('fs'); const customAgent = new https.Agent({ ca: fs.readFileSync('/etc/ssl/path/to/your/certificate/myCustomCA.pem')}); AWS.config.update({ httpOptions: { agent: customAgent } });
Other Common DynamoDB Errors (with Solutions)
- DynamoDB Scan Not Working
- DynamoDB Local Missing Authentication Token
- dynamodb 1 validation error detected value
- dynamodb index not updated
- dynamodb list_append if_not_exists not working
- dynamodb map template foreach not working
- DynamoDB table not updating
- DynamoDB error 400
- DynamoDB no attribute schema defined
- KMS Key Access Denied Error DynamoDB
- DynamoDB missing items
- DynamoDB Get not found
- DynamoDB batchwrite error
- lambda function not triggering from dynamodb
- DynamoDB Item Does Not Exist
Dynobase is a Professional GUI Client for DynamoDB
Try 7-day free trial. No strings attached.
Product Features
DynamoDB Tools
DynamoDB Info
© 2023 Dynobase