Windows 7 Es konnte kein geschützter SSL/TLS-Kanal erstellt werden.

Zurück
Microsoft Windows 7 ist im Support ausgelaufen und unterstützt daher die gesicherte Verbindungen TLS 1.1 bzw. TLS 1.2 nicht mehr.

Seite Anfange des Jahre 2021 wir TLS 1.2 von den Banken in der EU als Mindestvoraussetzungen verlangt.

Für Windows 7 müssen Sie TLS 1.1 und TLS 1.2 aktivieren.
https://support.microsoft.com/de-de/topic/update-zum-aktivieren-von-tls-1-1-und-tls-1-2-als-sichere-standardprotokolle-in-winhttp-in-windows-c4bd73d2-31d7-761e-0178-11268bb10392

Aktivierung von TLS 1.1
Für die Aktivierung von TLS 1.1 müssen der Windows-Registry folgende Werte hinzugefügt werden:

-- in die Datei TLS11.reg speichern und ausführen -----
Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Client
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

----------------------------------------

Aktivierung von TLS 1.2
Für die Aktivierung von TLS 1.2 müssen der Windows-Registry folgende Werte hinzugefügt werden:

-- in die Datei TLS12.reg speichern und ausführen -----
Windows Registry Editor Version 5.00

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Client
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server
"DisabledByDefault"=dword:00000000
"Enabled"=dword:00000001

----------------------------------------

Anschließend ist ein Neustart des Systems erforderlich.


Zurück