[
https://issues.apache.org/jira/browse/TS-3152?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14182636#comment-14182636
]
Atsutomo Kotani edited comment on TS-3152 at 10/24/14 9:08 PM:
---------------------------------------------------------------
-I update patch for configurable available protocol each port.-
- add "!spdy" and "!http2" for proxy.config.http.server_ports
443:ssl (enable spdy, enable http/2)
443:ssl:!spdy (disable spdy, enable http/2)
443:ssl:!http2 (enable spdy, disable http/2)
443:ssl:!spdy:!http2 (disable spdy, disable http/2)
sorry, I misunderstand proto tag.
was (Author: kotani):
I update patch for configurable available protocol each port.
- add "!spdy" and "!http2" for proxy.config.http.server_ports
443:ssl (enable spdy, enable http/2)
443:ssl:!spdy (disable spdy, enable http/2)
443:ssl:!http2 (enable spdy, disable http/2)
443:ssl:!spdy:!http2 (disable spdy, disable http/2)
> We offer up H2-14 on current master, even when it's not working / supported
> ---------------------------------------------------------------------------
>
> Key: TS-3152
> URL: https://issues.apache.org/jira/browse/TS-3152
> Project: Traffic Server
> Issue Type: Bug
> Components: HTTP/2
> Reporter: Leif Hedstrom
> Assignee: Alan M. Carroll
> Fix For: 5.2.0
>
> Attachments: TS-3152.diff
>
>
> E.g.
> {code}
> [root@ats ~]# /usr/local/bin/nghttp -v https://www.ogre.com
> [ 0.112][NPN] server offers:
> * spdy/3.1
> * spdy/3
> * h2-14
> * http/1.1
> * http/1.0
> The negotiated protocol: h2-14
> ...
> [ 0.156] send SETTINGS frame <length=0, flags=0x01, stream_id=0>
> ; ACK
> (niv=0)
> [ERROR] Network error
> Some requests were not processed. total=1, processed=0
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)