chef-rundeck icon indicating copy to clipboard operation
chef-rundeck copied to clipboard

chef-rundeck sinatra SSL error

Open prashant645 opened this issue 8 years ago • 1 comments

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. error rundeck work.docx

prashant645 avatar Mar 30 '16 17:03 prashant645

Hello, you can bypass the ssl error if you add ssl_verify_mode :verify_none

in your knife.rb file

nickapos avatar May 06 '16 10:05 nickapos