You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/10/08 17:18:31 UTC

[Bug 53281] Tomcat returns garbage data with HTTP/0.9 200 OK header when SSL port is accessed using http

https://issues.apache.org/bugzilla/show_bug.cgi?id=53281

robchek@knowledgetree.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---

--- Comment #9 from robchek@knowledgetree.com ---
With Tomcat 6.0.37, it it straightforward to reproduce this issue using the
following Connector (redacted):

    <Connector port="9876" protocol="HTTP/1.1" SSLEnabled="true"
               maxThreads="150" scheme="https" secure="true"
               keyAlias="mykey" keystorePass="mypass"
               clientAuth="false" sslProtocol="TLS" />

$ curl -f  http://www.myhost.com:9876
<garbage returned>

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org