red888
red888

Reputation: 31662

Uploading cookbooks to another server

I downloaded cookbooks from my prod chef server (on site server) with knife download cookbooks.

I copied them to a different folder on my machine and tried uploading them to a different chef server (hosted chef server) with knife upload cookbooks, but I'm getting a bunch of these errors:

ERROR: SSL Validation failure connecting to host: api.chef.io - SSL_read: cert already in hash table

Do I have to disable ssl checking or can I trust certs for both chef servers on my machine?

This seems to happen inconstantly. If I run knife upload cookbooks a bunch of times I'll eventually get all of them uploaded after a bunch of ssl errors.

Upvotes: 1

Views: 76

Answers (1)

coderanger
coderanger

Reputation: 54249

To copy down from my comment above, this is likely a Hosted Chef issue and not something user-related.

Upvotes: 1

Related Questions