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

document how to disable ssl verification #37

Closed
andrewelizondo opened this issue Feb 22, 2015 · 2 comments
Closed

document how to disable ssl verification #37

andrewelizondo opened this issue Feb 22, 2015 · 2 comments

Comments

@andrewelizondo
Copy link

using with with chef12 in most cases runs into problems with ssl verification, is there anything I can pass into the opts in Cheffish::ServerApi that would mimic adding ssl_verify_mode :verify_none to my client.rb?

@jkeiser
Copy link
Contributor

jkeiser commented Mar 2, 2015

Looking at the code, I think the only way to do that is:

Chef::Config.ssl_verify_mode :verify_none

@andrewelizondo
Copy link
Author

👍 I'm ok with that, closing this out

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