We Have Moved
The IBM Application Gateway has a new home - docs.verify.ibm.com/gateway
The documentation on this site will no longer be maintained after v21.02, please update your bookmarks.
HTTP2
Description
Specifies the information associated with the HTTP2 configuration of the resource server.
Properties
The following table(s) describe the configuration properties for this component:
Name | Type | Constraints | Description |
---|---|---|---|
enabled | boolean | Values: true,false Default:false |
A boolean flag indicating whether or not to use HTTP/2 when making requests by the reverse proxy to the resource server. |
sni | string | The Server Name Indicator the reverse proxy will indicate to the resource server when communicating using HTTP/2. |
Example
resource_servers:
- path: "/example"
...
http2:
enabled: true
sni: www.test.com