Skip to content

Commit 776f376

Browse files
wsongrothrock
authored andcommitted
Add a note about SSL session affinity to HRM docs (docker#2635)
1 parent b1117d0 commit 776f376

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ name it is trying to reach.
7070

7171
When receiving a connection in the HTTPS port, the routing mesh looks at the
7272
Server Name Indication header and routes the request to the right service.
73-
The service is responsible for terminating the HTTPS connection.
73+
The service is responsible for terminating the HTTPS connection. Note that
74+
the routing mesh uses the SSL session ID to make sure that a single SSL
75+
session always goes to the same task for the service. This is done for
76+
performance reasons so that the same SSL session can be maintained across
77+
requests.
7478

7579

7680
## Where to go next

0 commit comments

Comments
 (0)