Version vom 9. Januar 2023, 12:25 Uhr von Dirkwagner(Diskussion | Beiträge)(Die Seite wurde neu angelegt: „== HTTPS Config == mini SSL (Secure Sockets Layer), a security protocol, provides a secure connection for the application layer protocol (e.g. HTTP) based on TCP. ==== Global Config ==== {| class="wikitable sortable options" |- ! Option!!Beschreibung |- | HTTPS || Enable or disable HTTPS. HTTPS is based on the SSL or TLS protocol. It provides a secure connection between the client and the switch. |- | SSL Version…“)
SSL (Secure Sockets Layer), a security protocol, provides a secure connection for the application layer protocol (e.g. HTTP) based on TCP.
Global Config
Option
Beschreibung
HTTPS
Enable or disable HTTPS. HTTPS is based on the SSL or TLS protocol. It provides a secure connection between the client and the switch.
SSL Version 3
Enable or disable SSL Version 3 protocol on the switch. SSL is a transport protocol. It can provide server authentication, encryption and message integrity to allow secure HTTP connection.
TLS Version 1
Enable or disable TLS Version 1 protocol on the switch. TLS is a transport protocol upgraded from SSL. It supports a different encryption algorithm from SSL, so TLS and SSL are not compatible. TLS can support a more secure connection.
Port
Specify the port using for HTTPS.
CipherSuite Config
Option
Encryption
RSA_WITH_RC4_128_MD5
Key exchange with RC4 128-bit encryption and MD5 for message digest
RSA_WITH_RC4_128_SHA
Key exchange with RC4 128-bit encryption and SHA for message digest
RSA_WITH_DES_CBC_SHA
Key exchange with DES-CBC for message encryption and SHA for message digest
RSA_WITH_3DES_EDE_CBC_SHA
Key exchange with 3DES and DES-EDE3-CBC for message encryption and SHA for message digest
Session Config
Option
Beschreibung
Session Timeout
The system will log out automatically if users are inactive for a time period equal to the Session Timeout time.
Number of Access Users
Option
Beschreibung
Number Control
Enable or disable Number Control. When enabled, you can control the number of the users logging on to the web management page at the same time. The total number of users should be no more than 16.
Number of Admins
Specify the maximum number of users whose access level is Admin.
Number of Operators
Specify the maximum number of users whose access level is Operator.
Number of Power Users
Specify the maximum number of users whose access level is Power User.
Number of Users
Specify the maximum number of users whose access level is User.
Load Certificate
Option
Beschreibung
Certificate File
Select the desired certificate to download to the switch. The certificate must be BASE64 encoded. The SSL certificate and key downloaded must match each other, otherwise the HTTPS connection will not work.
Load Key
Option
Beschreibung
Key File
Select the desired Key to download to the switch. The key must be BASE64 encoded. The SSL certificate and key downloaded must match each other, otherwise the HTTPS connection will not work.