diff --git a/datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services.md b/datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services.md index e643bb462b..2b68f5c8cc 100644 --- a/datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services.md +++ b/datacenter/ucp/2.1/guides/user/services/use-domain-names-to-access-services.md @@ -130,9 +130,9 @@ These keys are supported: | sticky_sessions | no | cookie-name | Always route a user to the same service, using HTTP cookies. This option can't be used with HTTPS routes | | redirect | no | http://domain-name, or sni://domain-name | Redirect incoming requests to another route using an HTTP 301 redirect | -> Known issue +> #### Known issue > -> For `sni` (https) routes, HRM forwards to service tasks before any task +> For SNI (HTTPS) routes, HRM forwards to service tasks before any task > health checks have passed. This may result in traffic loss if a task is not > ready to serve traffic immediately after it is scheduled. {: .important}