From c02937fd6f1b455931bf5242f29ee3959565a7d1 Mon Sep 17 00:00:00 2001 From: Vinnie Falco Date: Fri, 31 Oct 2014 15:08:26 -0700 Subject: [PATCH] Remove obsolete sections from rippled-example.cfg: * peer_port_proxy is obsolete since the MultiSocket was removed. * peer_ssl_cipher_list has no effect, SSL ciphers are hard coded for security. --- doc/rippled-example.cfg | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/doc/rippled-example.cfg b/doc/rippled-example.cfg index c29a70619c..a7a3c614c0 100644 --- a/doc/rippled-example.cfg +++ b/doc/rippled-example.cfg @@ -145,25 +145,6 @@ # # # -# [peer_port_proxy] -# -# An optional, additional listening port number for peers. Incoming -# connections on this port will be required to provide a PROXY Protocol -# handshake, described in this document (external link): -# -# http://haproxy.1wt.eu/download/1.5/doc/proxy-protocol.txt -# -# The PROXY Protocol is a popular method used by elastic load balancing -# service providers such as Amazon, to identify the true IP address and -# port number of external incoming connections. -# -# In addition to enabling this setting, it will also be required to -# use your provider-specific control panel or administrative web page -# to configure your server instance to receive PROXY Protocol handshakes, -# and also to restrict access to your instance to the Elastic Load Balancer. -# -# -# # [peer_private] # # 0 or 1. @@ -182,19 +163,6 @@ # # # -# [peer_ssl_cipher_list] -# -# A colon delimited string with the allowed SSL cipher modes for peer. The -# choices for for ciphers are defined by the OpenSSL API function -# SSL_CTX_set_cipher_list, documented here (external link): -# -# http://pic.dhe.ibm.com/infocenter/tpfhelp/current/index.jsp?topic=%2Fcom.ibm.ztpf-ztpfdf.doc_put.cur%2Fgtpc2%2Fcpp_ssl_ctx_set_cipher_list.html -# -# The default setting is "ALL:!LOW:!EXP:!MD5:@STRENGTH", which allows -# non-authenticated peer connections (they are, however, secure). -# -# -# # [node_seed] # # This is used for clustering. To force a particular node seed or key, the