Skip to content
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

chef-rundeck sinatra SSL error #65

Open
prashant645 opened this issue Mar 30, 2016 · 1 comment
Open

chef-rundeck sinatra SSL error #65

prashant645 opened this issue Mar 30, 2016 · 1 comment

Comments

@prashant645
Copy link

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

@nickapos
Copy link

nickapos commented May 6, 2016

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

in your knife.rb file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants