python-octaviaclient/releasenotes/notes/add-pool-tls-alpn-support-59758ea78c78952e.yaml
Carlos Goncalves 21f1d672f4 Add ALPN support for pools
Users can define a list of application layer protocols to be negotiated
over a secure connection with members. For example, users can limit to
HTTP/2 or to HTTP/2 and HTTP/1.1 but exclude HTTP/1.0.

Change-Id: I6afbbf40949b6ad5fbe5ffaff01034c1cf8b16c9
2021-01-30 14:44:47 +01:00

8 lines
314 B
YAML

---
features:
- |
Added ALPN support for pools with parameter ``--alpn-protocol`` (can
be set multiple times). Users can define a list of application layer
protocols to be negotiated over a secure connection. For example, users
can limit to HTTP/2 or to HTTP/2 and HTTP/1.1 but exclude HTTP/1.0.