This is an automated email from the ASF dual-hosted git repository.
amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 0fa8970 Fix tunnel routing documentation
0fa8970 is described below
commit 0fa8970bcaebf095f8134da65ccf646f309e1d0f
Author: Pushkar Pradhan <[email protected]>
AuthorDate: Thu Aug 2 22:46:23 2018 -0700
Fix tunnel routing documentation
---
doc/admin-guide/layer-4-routing.en.rst | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/doc/admin-guide/layer-4-routing.en.rst
b/doc/admin-guide/layer-4-routing.en.rst
index 86c22b0..8739d38 100644
--- a/doc/admin-guide/layer-4-routing.en.rst
+++ b/doc/admin-guide/layer-4-routing.en.rst
@@ -113,6 +113,13 @@ The :file:`ssl_server_name.yaml` contents would be
}
}
+In addition to this, in the :file:`records.config` file, edit the following
variables:
+
+ - :ts:cv:`proxy.config.http.connect_ports`: ``443 4443`` to allow |TS| to
connect
+ to the destination port
+ - :ts:cv:`proxy.config.url_remap.remap_required`: 0 to permit |TS| to
process requests
+ for hosts not explicitly configured in the remap rules
+
The sequence of network activity for a Client connecting to ``service-2`` is
.. image:: ../uml/images/l4-sni-routing-seq.svg