-
-
Notifications
You must be signed in to change notification settings - Fork 553
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
Seahorse::Client::NetworkingError #153
Comments
I just got this to work finally, and after research I've come to the conclusion that the aws-sdk gem for Windows doesn't ship with the proper ca-bundle.crt, which includes the Verisign root cert that AWS uses in it's endpoints as per amazon-archives/aws-sdk-core-ruby#166 (comment). The problem with the comment above is that the link to the ca-bundle.crt doesn't exist, so... For anyone else having the same issue, here's what I did:
Note: There is another policy in the aws cookbook documentation for EC2 tags. |
Cheers @toddrosner ! |
Hey, This has become a bigger issue for us, now the aws-sdk as been removed from the default recipe and moved into the providers. As to set the certificate you need the SDK installed, however to install the SDK you have to run the aws command which fails as it doesn't have the correct certificate. As a work-around I manually installed the SDK before running any aws commands.
Not sure if this is the best solution? It would be really nice to have a way of easily setting this in the cookbook Cheers |
Having this problem as well, the workaround above worked nicely for me, but this costed me a few hours. |
This cookbook works with Linux but doesn't seem to work properly with Windows. I've tried creating EBS volumes and EC2 tags, and no matter what I do the Chef client run always produces the following SSL error:
Seahorse::Client::NetworkingError: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed
I've tried updating the CA bundle certificate, Ruby, Ruby gems, and I've also tried updating aws-sdk to 2.0.48 and nothing seems to fix the issue.
Has anyone else been able to update make this cookbook work on Windows servers?
The text was updated successfully, but these errors were encountered: