diff options
author | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:35:36 -0800 |
---|---|---|
committer | Phil Dibowitz <phil@ipom.com> | 2015-01-15 14:40:55 -0800 |
commit | 7e09fa58fc039d5aabdb4f041c03668797479093 (patch) | |
tree | 90481a29fc0fb154c4df252ebe75077c8acaf416 /RELEASE_NOTES.md | |
parent | b9e91171f6bd4ac55d62c6b9b72838fa89a1330e (diff) | |
download | chef-7e09fa58fc039d5aabdb4f041c03668797479093.tar.gz |
Suppress SSL warnings if I know what I'm doing
Diffstat (limited to 'RELEASE_NOTES.md')
-rw-r--r-- | RELEASE_NOTES.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 43c8f06d93..d5c0e5024d 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -64,6 +64,11 @@ 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. + # Chef Client Release Notes 12.0.0: # Internal API Changes in this Release |