httpMode
MX-WEB-MIB ·
.0.1200.1.100.50
Object
scalar
r/w
Enumeration
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 HTTP are ignored.
* Unsecure: The Web server only accepts requests using HTTP.
Requests using HTTPS are ignored.
* Both: The Web server accepts requests using HTTP or HTTPS.
The Web server configured in 'Secure' or 'Both' modes listens
to HTTPS requests only if a server certificate with 'server
authentication' extended key usage is present on the unit.
Context
- MIB
- MX-WEB-MIB
- OID
.0.1200.1.100.50- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- serverGroup
- Siblings
- 4
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | secure |
200 | unsecure |
300 | both |
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 |
| httpsCipherSuite 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:
… | scalar | Enumeration | .0.1200.1.100.300 |
| 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 |