Es gibt aber neben TLS 1.2 auch noch TLS Cipher.
Und einige neuere Ciphers werden nicht mehr von Windows 7 unterstützt.
Wenn die Bank nun die älteren Ciphers ausgeschlossen hat, war es das falls das Bankprogram den schannel von Window verwendet.
Und genau so ist es:
https://www.ssllabs.com/ssltes…=on&latest
Bankseitige Cipher Suites
# TLS 1.3 (server has no preference)
TLS_AES_128_GCM_SHA256 (0x1301) ECDH x25519 (eq. 3072 bits RSA) FS 128
TLS_AES_256_GCM_SHA384 (0x1302) ECDH x25519 (eq. 3072 bits RSA) FS 256
TLS_CHACHA20_POLY1305_SHA256 (0x1303) ECDH x25519 (eq. 3072 bits RSA) FS 256
# TLS 1.2 (suites in server-preferred order)
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8) ECDH x25519 (eq. 3072 bits RSA) FS 256
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (0xc02f) ECDH x25519 (eq. 3072 bits RSA) FS 128
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (0xc030) ECDH x25519 (eq. 3072 bits RSA) FS 256
Windows 7 unterstützt keinen davon.