Susan Hinrichs created TS-3521:
----------------------------------
Summary: Several web sites don't load when HTTP/2 is enabled in ATS
Key: TS-3521
URL: https://issues.apache.org/jira/browse/TS-3521
Project: Traffic Server
Issue Type: Bug
Components: HTTP/2
Reporter: Susan Hinrichs
I'm running in transparent forward proxy mode. If I don't have HTTP2 enabled,
I can load the following sites from my Firefox 36.04 client running on Win 7
http://busey.com (which redirects to URLs under https://www.busey.com)
https://www.google.com
When I enable http2, these sites don't load. My Firefox tab stays empty (or
shows the previous site).
If I turn on debug http2, I see the following from ATS
For busey
{code}
[Apr 14 12:05:46.544] Server {0x7ffff3fac700} DEBUG: (http2_seq)
[HttpSessionAccept2:mainEvent 0x7fffe8018840] accepted connection from
192.168.126.130:49851 transport type = 4
[Apr 14 12:05:46.544] Server {0x7ffff3fac700} DEBUG: (http2_cs) [102] session
born, netvc 0x7fffe8018840
[Apr 14 12:05:46.544] Server {0x7ffff3fac700} DEBUG: (http2_cs) [102]
[&Http2ClientSession::state_read_connection_preface, VC_EVENT_READ_READY]
[Apr 14 12:05:46.549] Server {0x7ffff3fac700} DEBUG: (http2_cs) [102] session
closed
[Apr 14 12:05:46.549] Server {0x7ffff3fac700} DEBUG: (http2_cs) [102] session
destroy
{code}
For https://www.google.com
{code}
[Apr 14 12:06:49.201] Server {0x7ffff3eab700} DEBUG: (http2_seq)
[HttpSessionAccept2:mainEvent 0x7fffe8018840] accepted connection from
192.168.126.130:49852 transport type = 4
[Apr 14 12:06:49.201] Server {0x7ffff3eab700} DEBUG: (http2_cs) [103] session
born, netvc 0x7fffe8018840
[Apr 14 12:06:49.201] Server {0x7ffff3eab700} DEBUG: (http2_cs) [103]
[&Http2ClientSession::state_read_connection_preface, VC_EVENT_READ_READY]
[Apr 14 12:06:49.214] Server {0x7ffff3eab700} DEBUG: (http2_cs) [103] session
closed
[Apr 14 12:06:49.214] Server {0x7ffff3eab700} DEBUG: (http2_cs) [103] session
destroy
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)