Skip to main content

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

A boolean which indicates whether or not to enable support for HTTP/2 clients. HTTP/2 supports a reduced set of cipher suites. The minimum cipher is TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 which should be added to the server:ssl:ciphers entry.

Properties

The following table(s) describe the configuration properties for this component:

Name Type Constraints
http2 boolean Values: true,false
Default:false

Example

 server:
         http2: true