Server-tls (Section)#
Path: /environments/environment/services/service-role{id}/server-tls
Parameters#
| Name | Type | Required | Default | Description |
|---|
| enable-tls-v1-0 | boolean | optional | false | Enable TLS 1.0 (should be disabled unless necessary) |
| enable-tls-v1-1 | boolean | optional | false | Enable TLS 1.1 (should be disabled unless necessary) |
| enable-tls-v1-2 | boolean | optional | true | Enable TLS 1.2 |
| enable-tls-v1-3 | boolean | optional | false | Enable TLS 1.3 |
Subsections#
| Name | Type | Description |
|---|
| sni-host-check | Section | Enable SNI host check, such that inbound TLS connections with a Server Name Indicator must match the name of the server’s SSL certificate. |