All Products
Search
Document Center

Function Compute:TLSConfig

Last Updated:Dec 09, 2024
ParameterTypeDescriptionExample
object

The TLS configurations.

cipherSuitesarray

The TLS cipher suites.

string

The TLS cipher suite.

TLS_RSA_WITH_RC4_128_SHA
maxVersionstring

The maximum TLS version. Valid values: TLSv1.3 and TLSv1.2.

TLSv1.3
minVersionstring

The minimum TLS version. Valid values: TLSv1.3 and TLSv1.2.

TLSv1.0