chef-rundeck
chef-rundeck copied to clipboard
chef-rundeck sinatra SSL error
HI, First my chef server is a linux box. Rundeck server is on Win 2012 R2. Initially when I tried it used to work fine. I was trying to make a new node as a Rundeck box and its kicking me out.
I'm getting an SSL error when Sinatra tires to connect the chef server.
ERROR: SSL Validation failure connecting to host: 10.250.4.7 - SSL_connect returned=1 errno=0 state=error: certificate verify failed.
This is the command which I run on chefdk. chef-rundeck -c C:\chef-repo.chef\knife.rb https:\10.250.4.7\organizations\ey_fids
knife.rb is fine pem key is good.
I'm attaching the files of the error and the process I followed to integrate.
rundeck work.docx
Hello, you can bypass the ssl error if you add ssl_verify_mode :verify_none
in your knife.rb file