Repository: trafficserver Updated Branches: refs/heads/master 48148ba23 -> 203fc9971
Move the SSL server verify option to be nearby the CA bundle config. Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/203fc997 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/203fc997 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/203fc997 Branch: refs/heads/master Commit: 203fc99711f1358a97995a67c9b2a2788a2349b9 Parents: 48148ba Author: Leif Hedstrom <[email protected]> Authored: Fri Feb 28 11:35:45 2014 -0700 Committer: Leif Hedstrom <[email protected]> Committed: Fri Feb 28 11:35:45 2014 -0700 ---------------------------------------------------------------------- proxy/config/records.config.default.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/203fc997/proxy/config/records.config.default.in ---------------------------------------------------------------------- diff --git a/proxy/config/records.config.default.in b/proxy/config/records.config.default.in index 8382f6c..2eec326 100644 --- a/proxy/config/records.config.default.in +++ b/proxy/config/records.config.default.in @@ -531,7 +531,6 @@ CONFIG proxy.config.ssl.CA.cert.path STRING @rel_sysconfdir@ ################################ # client related configuration # ################################ -CONFIG proxy.config.ssl.client.verify.server INT 0 CONFIG proxy.config.ssl.client.cert.filename STRING NULL CONFIG proxy.config.ssl.client.cert.path STRING @rel_sysconfdir@ # Fill in private key file and path only if the client's @@ -541,6 +540,7 @@ CONFIG proxy.config.ssl.client.private_key.path STRING @rel_sysconfdir@ # The CA file name and path are the # certificate authority certificate that # server certificates will be verified against. +CONFIG proxy.config.ssl.client.verify.server INT 0 CONFIG proxy.config.ssl.client.CA.cert.filename STRING NULL CONFIG proxy.config.ssl.client.CA.cert.path STRING @rel_sysconfdir@ ##############################################################################
