berkshelf / ridley

A reliable Chef API client with a clean syntax
Other
231 stars 85 forks source link

Add SSL verify option by from_chef_config method. #327

Closed pocke closed 8 years ago

pocke commented 8 years ago

Hi.

knife.rb has a ssl_verify_mode option. https://docs.chef.io/config_rb_knife.html

Use this option in from_chef_config method.

if ssl_verify_mode is verify_none, ridley adds ssl: {verify: false} into config.

reset commented 8 years ago

@pocke thank you!

pocke commented 8 years ago

Thanks!