Has anybody else been seeing this error, when trying to upload an AMI bundle to S3?
Error talking to S3: Curl.Error(60): SSL certificate problem: self signed certificate in certificate chain
Just started happening yesterday, was working fine on Friday. There are some similar problems reported when using the PHP toolkit -
- Can AWS SDK for PHP work without disabling SSL verification on osx?
- https://forums.aws.amazon.com/thread.jspa?threadID=86186
- https://forums.aws.amazon.com/thread.jspa?threadID=69108
But I don't think they're exactly the same as my problem. I'm not using dots in my bucket name...
More traceback:
Created image.part.174
Created image.part.175
Generating digests for each part...
Digests generated.
Unable to read instance meta-data for ramdisk-id
Unable to read instance meta-data for product-codes
Creating bundle manifest...
ec2-bundle-vol complete.
ERROR: Error talking to S3: Curl.Error(60): SSL certificate problem: self signed certificate in certificate chain
Is there some kind of environment variable I could use to (temporarily) switch of SSL verification for curl before runnning ec2-upload-bundle
maybe?