From a85aae64e5073eb083329a92204b393c3e48a6e5 Mon Sep 17 00:00:00 2001 From: Traci Morrison Date: Mon, 16 Dec 2019 10:26:22 -0500 Subject: [PATCH] Add note about TLS passthrough --- ee/ucp/interlock/usage/redirects.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ee/ucp/interlock/usage/redirects.md b/ee/ucp/interlock/usage/redirects.md index 82e3e72764..9e96e269af 100644 --- a/ee/ucp/interlock/usage/redirects.md +++ b/ee/ucp/interlock/usage/redirects.md @@ -1,12 +1,15 @@ --- title: Implement application redirects -description: Learn how to implement redirects using swarm services and the - layer 7 routing solution for UCP. +description: Learn how to implement redirects using swarm services and the Layer 7 routing solution for UCP. keywords: routing, proxy, redirects, interlock --- The following example publishes a service and configures a redirect from `old.local` to `new.local`. +> Note +> +> There is currently a limitation where redirects do not work if a service is configured for TLS passthrough in Interlock proxy. + First, create an overlay network so that service traffic is isolated and secure: ```bash