kwanhur opened a new issue, #7005:
URL: https://github.com/apache/apisix/issues/7005

   ### Description
   
   As known, build a new SSL connection takes two round time trips between 
client and server under TLS1.2 or lower.
   
   So, to reduce the connection building cost, especially in a big cluster of 
APISIX, hope that reuse the SSL session across different instances. 
   
   For example, clientA built a SSL connection with APISIX instanceA, next time 
clientA reach APISIX instanceB, if the SSL session can be reused, so clientA 
and instanceB have no need to build a new SSL connection.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to