diff options
author | danielsdeleo <dan@getchef.com> | 2014-03-24 12:16:02 -0700 |
---|---|---|
committer | danielsdeleo <dan@getchef.com> | 2014-03-24 12:20:27 -0700 |
commit | f7bad253fb9fdf594f165a56b9e82050a16e6a59 (patch) | |
tree | d3c693ed74ea8a0e075f9dbff40301eae89945d8 /RELEASE_NOTES.md | |
parent | ed0dc002f86ba2ea0a35b7f73f42397914e99e50 (diff) | |
download | chef-f7bad253fb9fdf594f165a56b9e82050a16e6a59.tar.gz |
Add documenation for SSL warnings
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 16b2c6bcbf..5d0f27b738 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -62,6 +62,15 @@ knife cannot verify that the certificates haven't been tampered with, so you should verify their content after downloading. +#### Unsecure SSL Verification Mode Now Triggers a Warning + +When `ssl_verify_mode` is set to `:verify_none`, Chef will print a +warning. Use `knife ssl check` to test SSL connectivity and then add +`ssl_verify_mode :verify_peer` to your configuration file to fix the +warning. Though `:verify_none` is currently the default, this will be +changed in a future release, so users are encouraged to be proactive in +testing and updating their SSL configuration. + #### Chef Solo Missing Dependency Warning ([CHEF-4367](https://tickets.opscode.com/browse/CHEF-4367)) Chef 11.0 introduced ordered evaluation of non-recipe files in |