You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/08/16 06:32:48 UTC

[GitHub] [apisix] atealxt commented on pull request #7466: fix(upstream): http connection was put into https connection pool

atealxt commented on PR #7466:
URL: https://github.com/apache/apisix/pull/7466#issuecomment-1216203935

   This patch should hotfix to 2.13 LTS and 2.14 too.
   
   It was such a headache which spent us a couple of hours to recover. I paste some notes/docs here just in case someone is searching similar scene:
   
   Error behavior:
   Http request accidental get unexpected response such as 404, wrong content from another route/upstream.
   
   Steps to Reproduce:
   
   1. setup two HTTP routes A `a.example.com`, B `b.example.com`
   2. upload ssl certificate which SNI like `*.example.com`
   3. setup one HTTPS route C `c.example.com`
   4. request C followed by A and B will get disordered response.


-- 
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-unsubscribe@apisix.apache.org

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