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 /RELEASE_NOTES.md | |
parent | d93bda662722486b1dc160adef764095a3b03b80 (diff) | |
download | chef-d29a38eb258c006bec566fac30f142aeae0c9e36.tar.gz |
Drop the SSL warning now that we have a safe default
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index d5c0e5024d..329f55555b 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -64,10 +64,9 @@ The package resource on OpenBSD is wired up to use the new OpenBSD package provi Previously, when a URI scheme contained all uppercase letters, Chef would reject the URI as invalid. In compliance with RFC3986, Chef now treats URI schemes in a case insensitive manner. -## Suppress SSL Warnings -You can now disable SSL warnings with `suppress_ssl_warnings true` in your -config. These warnings are here for a reason, so be sure you know what you -are doing. +## Drop SSL Warnings +Now that the default for SSL checking is on, no more warning is emitted when SSL +checking is off. # Chef Client Release Notes 12.0.0: |