Repository: trafficserver Updated Branches: refs/heads/master 0f9dda615 -> f0db0a245
Update docs about ssl_multicert's certificate selection for non-SNI clients This closes #121 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/f0db0a24 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/f0db0a24 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/f0db0a24 Branch: refs/heads/master Commit: f0db0a245f43511fabd5fd34c3cfc12b3102ae1a Parents: 0f9dda6 Author: Thomas Jackson <[email protected]> Authored: Wed Sep 24 18:50:23 2014 -0700 Committer: James Peach <[email protected]> Committed: Thu Jan 29 11:29:06 2015 -0800 ---------------------------------------------------------------------- doc/reference/configuration/ssl_multicert.config.en.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/f0db0a24/doc/reference/configuration/ssl_multicert.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/ssl_multicert.config.en.rst b/doc/reference/configuration/ssl_multicert.config.en.rst index 8ee98e1..0eb57b1 100644 --- a/doc/reference/configuration/ssl_multicert.config.en.rst +++ b/doc/reference/configuration/ssl_multicert.config.en.rst @@ -151,7 +151,8 @@ In all cases, Traffic Server attempts to select the most specific match. An address specification that contains a port number will take precedence over a specification that does not contain a port number. A specific certificate subject will take precedence over a -wildcard certificate. +wildcard certificate. In the case of multiple matching certificates +the first match will be returned to non-SNI capable clients. Examples ========
