Website: GH-831, mention that https port must be specified to start an https listener.

This commit is contained in:
Ryan Breen 2015-04-03 22:12:00 -04:00
parent deec3bef9e
commit 0ad25ece43
1 changed files with 3 additions and 1 deletions

View File

@ -556,7 +556,9 @@ definitions support being updated during a reload.
connections make use of TLS and that the client provides a certificate signed connections make use of TLS and that the client provides a certificate signed
by the Certificate Authority from the [`ca_file`](#ca_file). By default, this is false, and by the Certificate Authority from the [`ca_file`](#ca_file). By default, this is false, and
Consul will not enforce the use of TLS or verify a client's authenticity. This Consul will not enforce the use of TLS or verify a client's authenticity. This
applies to both server RPC and to the HTTPS API. applies to both server RPC and to the HTTPS API. Note: to enable the HTTPS API, you
must define an HTTPS port via the [`ports`](#ports) configuration. By default, HTTPS
is disabled.
* <a name="verify_outgoing"></a><a href="#verify_outgoing">`verify_outgoing`</a> - If set to * <a name="verify_outgoing"></a><a href="#verify_outgoing">`verify_outgoing`</a> - If set to
true, Consul requires that all outgoing connections true, Consul requires that all outgoing connections