httpsCipherSuite
MX-WEB-MIB ·
.0.1200.1.100.300
Object
scalar
r/w
Enumeration
HTTPS cipher suite
Defines the allowed cipher suites for the network security
settings to which the Web server should listen when using the
HTTPS
* CS1:
+ TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+ TLS_DHE_DSS_WITH_AES_256_CBC_SHA
+ TLS_RSA_WITH_AES_256_CBC_SHA
+ TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
+ TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA
+ TLS_RSA_WITH_3DES_EDE_CBC_SHA
+ TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+ TLS_DHE_DSS_WITH_AES_128_CBC_SHA
+ TLS_RSA_WITH_AES_128_CBC_SHA
+ TLS_RSA_WITH_RC4_128_SHA
+ TLS_RSA_WITH_RC4_128_MD5
* CS2:
+ TLS_RSA_WITH_AES_128_CBC_SHA
+ TLS_RSA_WITH_AES_256_CBC_SHA
+ TLS_RSA_WITH_3DES_EDE_CBC_SHA
+ TLS_DHE_RSA_WITH_AES_128_CBC_SHA
+ TLS_DHE_RSA_WITH_AES_256_CBC_SHA
+ TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA
* CS3:
+ TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
+ TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
+ TLS_DHE_RSA_WITH_AES_256_GCM_SHA384
+ TLS_DHE_RSA_WITH_AES_256_CBC_SHA256
+ TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256
+ TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384
+ TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384
+ TLS_RSA_WITH_AES_256_GCM_SHA384
+ TLS_RSA_WITH_AES_256_CBC_SHA256
+ TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
+ TLS_DHE_RSA_WITH_AES_128_GCM_SHA256
+ TLS_DHE_RSA_WITH_AES_128_CBC_SHA256
+ TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256
+ TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256
+ TLS_RSA_WITH_AES_128_GCM_SHA256
+ TLS_RSA_WITH_AES_128_CBC_SHA256
Any connection attempts to the web server using a cipher that
is not allowed by the cipher suite will result in a failure to
establish the connection.
Context
- MIB
- MX-WEB-MIB
- OID
.0.1200.1.100.300- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- serverGroup
- Siblings
- 4
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | cS1 |
200 | cS2 |
300 | cS3 |
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| serverPort Port
Listening port of the HTTP server. | scalar | MX-TCMxIpPort | .0.1200.1.100.100 |
| secureServerPort Secure port
Listening port of the HTTPS server. | scalar | MX-TCMxIpPort | .0.1200.1.100.200 |
| tlsVersion TLS version
Defines the allowed TLS versions for the network security
settings when using the HTTPS.
* SSLv3: Allow SSL version 3 and all TLS versions.
*… | scalar | Enumeration | .0.1200.1.100.400 |
| httpMode HTTP Mode
Defines the HTTP mode(s) to which the Web server should
listen.
* Secure: The Web server only accepts requests using HTTPS.
Requests using HT… | scalar | Enumeration | .0.1200.1.100.50 |