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

--- Comment #2 from Christopher Schultz <ch...@christopherschultz.net> ---
This may be an opportunity to fix the inability to respond to HTTP requests on
HTTPS endpoints.

We get complaints every once in a while that if you "telnet host 443" against
Tomcat, you get a hung connection while with httpd, you get an "400 Bad
Request" response that actually says "you are making an HTTP connection to an
HTTPS server". Completely changing the infrastructure and handling of secure
sockets isn't justified merely to scratch this itch, but supporting SNI is a
much bigger motivating force. Scratching this itch simultaneously would be
great.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to