Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdde59 commit ef295e1Copy full SHA for ef295e1
datacenter/ucp/2.1/guides/admin/configure/use-domain-names-to-access-services.md
@@ -70,7 +70,11 @@ name it is trying to reach.
70
71
When receiving a connection in the HTTPS port, the routing mesh looks at the
72
Server Name Indication header and routes the request to the right service.
73
-The service is responsible for terminating the HTTPS connection.
+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.
78
79
80
## Where to go next
0 commit comments