diff options
| author | Claire McQuin <claire@getchef.com> | 2014-06-03 11:32:55 -0700 |
|---|---|---|
| committer | Claire McQuin <claire@getchef.com> | 2014-06-03 11:32:55 -0700 |
| commit | 043a52459e221133edf2f842392edb094f7011aa (patch) | |
| tree | f9ba563250b9a182072233bc32162642c8f03dc1 | |
| parent | 3f73e42ea863546430d7d9d405534c8e586b32b9 (diff) | |
| download | chef-CHEF-Issues-1461.tar.gz | |
add comment denoting workaroundCHEF-Issues-1461
| -rw-r--r-- | lib/chef/config.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/config.rb b/lib/chef/config.rb index e989c39d9a..a797f0a542 100644 --- a/lib/chef/config.rb +++ b/lib/chef/config.rb @@ -365,6 +365,7 @@ class Chef # server API. If set to `true`, the server's cert will be validated # regardless of the :ssl_verify_mode setting. This is set to `true` when # running in local-mode. + # NOTE: This is a workaround until verify_peer is enabled by default. default(:verify_api_cert) { Chef::Config.local_mode } # Path to the default CA bundle files. |
