After I added new repository for Chef and upgrade my system from 12.04 to
14.04 I got an error:
root@ test:~# chef-client -v
Chef: 12.3.0
root@test:~# chef-client
Starting Chef Client, version 12.3.0
Creating a new client identity for test.domain.com using the validator key.
[2015-05-07T16:46:17-04:00] ERROR: SSL Validation failure connecting to
host: xxxx.domain.com - SSL_connect returned=1 errno=0 state=SSLv3 read
server certificate B: certificate verify failed
================================================================================
Chef encountered an error attempting to create the client " test.domain.com
"
================================================================================
[2015-05-07T16:46:17-04:00] FATAL: Stacktrace dumped to
/var/chef/cache/chef-stacktrace.out
Chef Client failed. 0 resources updated in 1.306760691 seconds
[2015-05-07T16:46:17-04:00] ERROR: SSL_connect returned=1 errno=0
state=SSLv3 read server certificate B: certificate verify failed
[2015-05-07T16:46:17-04:00] FATAL: Chef::Exceptions::ChildConvergeError:
Chef run process exited unsuccessfully (exit code 1)
Any Idea?
From: Lamont Granquist [mailto:lamont@chef.io]
Sent: Thursday, May 07, 2015 4:05 PM
To: chef@lists.opscode.com
Cc: Mohammad Fattahian
Subject: Re: [chef] RE: Re: RE: Re: Chef client for Ubuntu 14.04
On 05/07/2015 11:58 AM, Mohammad Fattahian wrote:
So what happens if I update chef on clients and my server remains on old
version?
Chef 11 and 12 client and server mix and match fine either way.