Travis K.I. NetworkingError: CERT_UNTRUSTED error between Node.js and AWS S3 bucket

Customization.

I am on Node.js using the aws-sdk npm module. I have an AWS bucket on S3 and its associated access and keys. The keys are in my .travis.yml file. I am trying to verify image persistence to my S3 bucket from my Node.js. application

An interesting thing ... she worked at LONG TIME on Travis, and then a few days ago she just stopped working with this error:

message: 'CERT_UNTRUSTED', code: 'NetworkingError', region: 'us-east-1', hostname: 'chyld-evernode-test.s3.amazonaws.com', retryable: true, time: Sat Dec 20 2014 18:35:45 GMT+0000 (UTC) 

Now it STILL works fine in my LOCAL field, and it also continues to work after deployment in HEROKU. My guess is something that just happened in Travis, which is why my tests fail.

Ideas?

+7
amazon-s3 amazon-web-services travis-ci
source share
1 answer

This seems to be a known issue with 0.10.34:

From the second link:

this fixes an issue when an AWS connection reports an untrusted certificate error.

From a problem in the knox repository :

Solution: go to v0.10.33

+12
source share

All Articles