All Products
Search
Document Center

Function Compute:TLSConfig

Last Updated:Sep 19, 2024
ParameterTypeDescriptionExample
object

The TLS configurations.

minVersionstring

The earliest TLS version.

Valid values:

  • TLSv1.3
  • TLSv1.2
  • TLSv1.1
  • TLSv1.0
TLSv1.0
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
  • TLSv1.2
  • TLSv1.1
  • TLSv1.0
TLSv1.3