From 37181c341e5ae1f4568b5516bdca9f4e46acc0bd Mon Sep 17 00:00:00 2001 From: Yana Date: Mon, 10 Nov 2014 17:02:06 -0800 Subject: [PATCH] Changed doc/rippled-example.cfg to specify default for ssl_verify --- doc/rippled-example.cfg | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/rippled-example.cfg b/doc/rippled-example.cfg index be613f2af..dd603221c 100644 --- a/doc/rippled-example.cfg +++ b/doc/rippled-example.cfg @@ -598,7 +598,9 @@ # 0 or 1. # # 0. HTTPS client connections will not verify certificates. -# 1. Certificates will be checked for HTTPS client connections . +# 1. Certificates will be checked for HTTPS client connections. +# +# If not specified, this parameter defaults to 1. # # # @@ -935,7 +937,7 @@ n9LdgEtkmGB9E2h3K4Vp7iGUaKuq23Zr32ehxiU8FWY7xoxbWTSA RL5 [rpc_startup] { "command": "log_level", "severity": "warning" } -# Defaults to 0 ("no") so that you can use self-signed SSL certificates for -# development, or internally. +# Defaults to 1 ("yes") so that certificates will be validated. To allow the use +# of self-signed certificates for development or internal use, set to 0 ("no"). #[ssl_verify] #0