API Guide

Table Of Contents
Table 92. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
Timeout
Number Timeout seconds
Description
Enter the time (in seconds) for which a connection is allowed to remain Idle.
The session is canceled when the time-out is reached.
Changes to the timeout setting do not affect the current session.
When you change this time, you must logout and log in again for the new setting to take
effect.
Timeout range is 6010,800 seconds.
The default value is 1800 seconds.
Table 93. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
ssl_encryption
Enum
SSLEncryptionBitLength_WebServerTypes.A
uto_Negotiate
SSLEncryptionBitLength_WebServerTypes.1
28bit or higher
SSLEncryptionBitLength_WebServerTypes.1
68bit or higher
SSLEncryptionBitLength_WebServerTypes.2
56bit or higher
Description To specify the level of SSL encryption for providing authenticated and encrypted
communication between clients and servers, select one of the following options:
Auto NegotiateEnables auto-negotiation of the SSL encryption between client and
the server by using all industry standard encryption algorithms.
NOTE: This option includes weaker SSL encryption algorithm, which reduces the
security.
128bit or higherEnables SSL encryption between client and server using the
industry standard 128-bit or higher.
168bit or higherEnables SSL encryption between client and server using 168-
bit or higher.
256bit or higherEnables SSL encryption between client and server using 256-
bit or higher.
If you select 256bit or higher an are using Java, the following warning message is
displayed:
Selecting a higher SSL encryption enhances the security.
However, the cryptography settings for your virtual machine
environment (JVM, IcedTea)
may require installing the Unlimited Strength Java
Cryptography Extension Policy
Files to permit usage of iDRAC plugins such as vConsole with
this higher level of
encryption.
NOTE:
Using this level of encryption may have import or export implications. For
more guidance, contact your legal department.
Table 94. Parameters for idrac.config_mgr.configure_web_server
Parameter Name Type Allowed Values
tls_protocol
Enum
TLSProtocol_WebServerTypes.TLS 1.0 and
Higher
TLSProtocol_WebServerTypes.TLS 1.1 and
30 OpenManage Python SDK API introduction