monitorstack/releasenotes/notes/default-verify-value-fcba6bc554b9768e.yaml
Jimmy McCrory dc4251a766 Verify https connections by default
The 'insecure' option was being read in as a string without being
converted to a boolean, preventing it from ever being able to be set to
False. The default value has also been changed to False, so that
verification of certificates must be explicitly disabled.

Change-Id: Ic68b870ea8d5e2e3451ea7915407fabb918efe72
2017-06-14 16:07:56 -07:00

6 lines
142 B
YAML

---
security:
- |
The default value of the ``insecure`` option is now `False`, which will
verify certificates of https connections.