You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Nikolai Gorchilov (JIRA)" <ji...@apache.org> on 2014/09/13 09:45:33 UTC

[jira] [Created] (TS-3073) tr-pass: non-http request gets blocked with error message instead of being tunnelled to the origin server

Nikolai Gorchilov created TS-3073:
-------------------------------------

             Summary: tr-pass: non-http request gets blocked with error message instead of being tunnelled to the origin server
                 Key: TS-3073
                 URL: https://issues.apache.org/jira/browse/TS-3073
             Project: Traffic Server
          Issue Type: Bug
          Components: Core, HTTP
            Reporter: Nikolai Gorchilov


ATS breaks RIFF Box JTAG Manager software that is using proprietary protocol over port 80 even with tr-pass enabled.

Instead of creating a tunnel, ATS returns "bad request" error.

Managed to capture the request that triggers the issue (to be attached as bypass.request). Here's a simple command to reproduce the problem:

#$ netcat 93.191.132.28 80 < bypass.request

Direct request returns a simple exclamation mark '!', but passing it via ATS results in:
{noformat}
<HTML>
<HEAD>
<TITLE>Bad Request</TITLE>
</HEAD>

<BODY BGCOLOR="white" FGCOLOR="black">
<H1>Bad Request</H1>
<HR>

<FONT FACE="Helvetica,Arial"><B>
Description: Could not process this request. 
</B></FONT>
<HR>
</BODY>
{noformat}




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)