Since upgrading to haproxy 1.5-dev25 I am getting the following error when 
trying to detect if the SPDY/3.1 protocol is being used:

    error detected while parsing ACL 'npn_spdy' : unknown matching method 
'spdy/3.1' when parsing ACL expression.

The config in question:

    bind :443 ssl crt /path/to/cert.pem npn http/1.1,spdy/3.1 ...
    acl npn_spdy ssl_fc_npn -mi spdy/3.1
    use_backend spdy if npn_spdy
    default_backend http

This worked fine in dev24 but isn't working in dev25.

Any ideas?

--
Kura

t: @kuramanga [https://twitter.com/kuramanga]
w: https://kura.io/ [https://kura.io/]
g: @kura [http://git.io/kura]

Reply via email to