Closed andrewelizondo closed 9 years ago
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?
ssl_verify_mode :verify_none
Looking at the code, I think the only way to do that is:
Chef::Config.ssl_verify_mode :verify_none
:+1: I'm ok with that, closing this out
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?