Server-tls (Section)#

Path: /environments/environment/services/service-role{id}/server-tls

Parameters#

NameTypeRequiredDefaultDescription
enable-tls-v1-0booleanoptionalfalseEnable TLS 1.0 (should be disabled unless necessary)
enable-tls-v1-1booleanoptionalfalseEnable TLS 1.1 (should be disabled unless necessary)
enable-tls-v1-2booleanoptionaltrueEnable TLS 1.2
enable-tls-v1-3booleanoptionalfalseEnable TLS 1.3

Subsections#

NameTypeDescription
sni-host-check SectionEnable SNI host check, such that inbound TLS connections with a Server Name Indicator must match the name of the server’s SSL certificate.

Was this helpful?