Add a note about SSL session affinity to HRM docs (#2635)

This commit is contained in:
Wayne Song 2017-04-07 15:02:53 -07:00 committed by Misty Stanley-Jones
parent 3fdde594e2
commit ef295e1ffe
1 changed files with 5 additions and 1 deletions

View File

@ -70,7 +70,11 @@ name it is trying to reach.
When receiving a connection in the HTTPS port, the routing mesh looks at the When receiving a connection in the HTTPS port, the routing mesh looks at the
Server Name Indication header and routes the request to the right service. Server Name Indication header and routes the request to the right service.
The service is responsible for terminating the HTTPS connection. The service is responsible for terminating the HTTPS connection. Note that
the routing mesh uses the SSL session ID to make sure that a single SSL
session always goes to the same task for the service. This is done for
performance reasons so that the same SSL session can be maintained across
requests.
## Where to go next ## Where to go next