T2600G/Security/Access/HTTPS: Unterschied zwischen den Versionen

Aus Foxwiki
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
; SSL (Secure Sockets Layer), a security protocol, provides a secure connection for the application layer protocol (e.g. HTTP) based on TCP.
; SSL (Secure Sockets Layer), ein Sicherheitsprotokoll, bietet eine sichere Verbindung für das auf TCP basierende Protokoll der Anwendungsschicht (z. B. HTTP).


== Global Config ==
== Global Config ==
Zeile 5: Zeile 5:
{| class="wikitable sortable options"
{| class="wikitable sortable options"
|-
|-
! Option!!Beschreibung
! 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.
|  HTTPS || Aktivieren oder deaktivieren Sie HTTPS. HTTPS basiert auf dem SSL- oder TLS-Protokoll. Es bietet eine sichere Verbindung zwischen dem Client und dem 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.
| SSL Version 3 || Aktivieren oder deaktivieren Sie das Protokoll SSL Version 3 auf dem Switch. SSL ist ein Transportprotokoll. Es kann Server-Authentifizierung, Verschlüsselung und Nachrichtenintegrität bieten, um eine sichere HTTP-Verbindung zu ermöglichen.
|-
|-
| 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.
| TLS Version 1 || Aktivieren oder deaktivieren Sie das Protokoll TLS Version 1 auf dem Switch. TLS ist ein Transportprotokoll, das von SSL weiterentwickelt wurde. Es unterstützt einen anderen Verschlüsselungsalgorithmus als SSL, so dass TLS und SSL nicht kompatibel sind. TLS kann eine sicherere Verbindung unterstützen.
|-
|-
| Port || Specify the port using for HTTPS.
| Port || Geben Sie den für HTTPS verwendeten Port an.
|}
|}


Zeile 33: Zeile 33:
{| class="wikitable sortable options"
{| class="wikitable sortable options"
|-
|-
! Option!!Beschreibung
! Option !! Beschreibung
|-
|-
| Session Timeout || The system will log out automatically if users are inactive for a time period equal to the Session Timeout time.
| Session Timeout || Das System meldet sich automatisch ab, wenn die Benutzer für eine Zeitspanne inaktiv sind, die der Zeitspanne für das Session Timeout entspricht.
|}
|}


Zeile 41: Zeile 41:
{| class="wikitable sortable options"
{| class="wikitable sortable options"
|-
|-
! Option!!Beschreibung
! 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 Control || Aktivieren oder deaktivieren Sie die Nummernkontrolle
* Wenn diese Option aktiviert ist, können Sie die Anzahl der Benutzer kontrollieren, die sich gleichzeitig auf der Webverwaltungsseite anmelden
* Die Gesamtzahl der Benutzer sollte nicht mehr als 16 betragen
|-
|-
| Number of Admins || Specify the maximum number of users whose access level is Admin.
| Number of Admins || Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Admin ist
|-
|-
| Number of Operators || Specify the maximum number of users whose access level is Operator.
| Number of Operators || Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Operator ist
|-
|-
| Number of Power Users || Specify the maximum number of users whose access level is Power User.
| Number of Power Users || Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Hauptbenutzer ist
|-
|-
| Number of Users || Specify the maximum number of users whose access level is User.
| Number of Users || Geben Sie die maximale Anzahl von Benutzern an, deren Zugriffsstufe Benutzer ist
|}
|}



Version vom 14. Januar 2023, 14:04 Uhr

SSL (Secure Sockets Layer), ein Sicherheitsprotokoll, bietet eine sichere Verbindung für das auf TCP basierende Protokoll der Anwendungsschicht (z. B. HTTP).

Global Config

Option Beschreibung
HTTPS Aktivieren oder deaktivieren Sie HTTPS. HTTPS basiert auf dem SSL- oder TLS-Protokoll. Es bietet eine sichere Verbindung zwischen dem Client und dem Switch.
SSL Version 3 Aktivieren oder deaktivieren Sie das Protokoll SSL Version 3 auf dem Switch. SSL ist ein Transportprotokoll. Es kann Server-Authentifizierung, Verschlüsselung und Nachrichtenintegrität bieten, um eine sichere HTTP-Verbindung zu ermöglichen.
TLS Version 1 Aktivieren oder deaktivieren Sie das Protokoll TLS Version 1 auf dem Switch. TLS ist ein Transportprotokoll, das von SSL weiterentwickelt wurde. Es unterstützt einen anderen Verschlüsselungsalgorithmus als SSL, so dass TLS und SSL nicht kompatibel sind. TLS kann eine sicherere Verbindung unterstützen.
Port Geben Sie den für HTTPS verwendeten Port an.

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 Das System meldet sich automatisch ab, wenn die Benutzer für eine Zeitspanne inaktiv sind, die der Zeitspanne für das Session Timeout entspricht.

Number of Access Users

Option Beschreibung
Number Control Aktivieren oder deaktivieren Sie die Nummernkontrolle
  • Wenn diese Option aktiviert ist, können Sie die Anzahl der Benutzer kontrollieren, die sich gleichzeitig auf der Webverwaltungsseite anmelden
  • Die Gesamtzahl der Benutzer sollte nicht mehr als 16 betragen
Number of Admins Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Admin ist
Number of Operators Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Operator ist
Number of Power Users Geben Sie die maximale Anzahl der Benutzer an, deren Zugriffsstufe Hauptbenutzer ist
Number of Users Geben Sie die maximale Anzahl von Benutzern an, deren Zugriffsstufe Benutzer ist

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.