You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2014/02/19 01:17:21 UTC

[jira] [Created] (TS-2575) Sharing server sessions per thread doesn't work when doing https to http

Bryan Call created TS-2575:
------------------------------

             Summary: Sharing server sessions per thread doesn't work when doing https to http
                 Key: TS-2575
                 URL: https://issues.apache.org/jira/browse/TS-2575
             Project: Traffic Server
          Issue Type: Bug
          Components: HTTP, SSL
            Reporter: Bryan Call


When running a reverse proxy with incoming https scheme and outgoing http, the share server sessions value of 2 doesn't work.

Since the https and http thread pools are separate after using the http connection it will be released to the http thread.  When a new https request comes in it will look in the https threads servers session pool to make a request to the origin even though it is a http request.  Of course it will fail the lookup since the ports wont match.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)