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