diff options
author | Phil Dibowitz <phil@ipom.com> | 2015-01-16 14:16:31 -0800 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2015-01-16 14:21:14 -0800 |
commit | d29a38eb258c006bec566fac30f142aeae0c9e36 (patch) | |
tree | 12c53d5ad8a97d1e2e740ba5b30943ca70d7a75c /DOC_CHANGES.md | |
parent | d93bda662722486b1dc160adef764095a3b03b80 (diff) | |
download | chef-d29a38eb258c006bec566fac30f142aeae0c9e36.tar.gz |
Drop the SSL warning now that we have a safe default
Diffstat (limited to 'DOC_CHANGES.md')
-rw-r--r-- | DOC_CHANGES.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DOC_CHANGES.md b/DOC_CHANGES.md index 55b56ac407..dbe79478f5 100644 --- a/DOC_CHANGES.md +++ b/DOC_CHANGES.md @@ -36,5 +36,6 @@ The `--audit-mode` flag should be a link to the documentation for that flag This probably only needs to be a bullet point added to http://docs.getchef.com/nodes.html#about-why-run-mode under the `certain assumptions` section -## Suppress SSL Warnings -There is now a `suppress_ssl_warnings` config to suppress the SSL warnings. +## Drop SSL Warnings +Now that the default for SSL checking is on, no more warning is emitted when SSL +checking is off. |