shinrich opened a new pull request #6977: URL: https://github.com/apache/trafficserver/pull/6977
With the addition of PR #6566, the origin session reuse can match can specify "cert" (cert file ATS provides to origin). However if you are using a global look, the netvc migrate was not preserving the cert file during the migration. This PR fixes that. We had this information correctly moved with our internal ATS7+ but it was missing in our ATS9. We are running with ``` proxy.config.http.server_session_sharing.pool: global proxy.config.http.server_session_sharing.match: hostonly,sni,cert ``` The ATS9 had half the number of requests per connection to origin and 2-4 times more connections. Once we applied this patch, the numbers started to match ATS7, since the connections that use client certificates have a much higher probability of being reusable. This has been one of the last issues that has been preventing us for deploying ATS9 more widely. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
