Hello,
I've got a letsencrypt SSL certificate for my domain https://www.abc-roster.com.
From running a scan with this website, I can see that only 3 cipher suites are supported for TLS 1.2.
# TLS 1.2 (suites in server-preferred order)
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
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8) ECDH x25519 (eq. 3072 bits RSA) FS
While this work for most browsers (but not IE), some .Net 4 clients make requests to my website, and these 3 ciphers suites are not part of windows 7 built in ciphers. As a result, these .net clients cannot connect to my website
So I'm not quite sure what I need to do to have more cipher suites supported. It it related to the certificate, or is it to do with x10hosting?
Thank you
I've got a letsencrypt SSL certificate for my domain https://www.abc-roster.com.
From running a scan with this website, I can see that only 3 cipher suites are supported for TLS 1.2.
# TLS 1.2 (suites in server-preferred order)
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
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (0xcca8) ECDH x25519 (eq. 3072 bits RSA) FS
While this work for most browsers (but not IE), some .Net 4 clients make requests to my website, and these 3 ciphers suites are not part of windows 7 built in ciphers. As a result, these .net clients cannot connect to my website
So I'm not quite sure what I need to do to have more cipher suites supported. It it related to the certificate, or is it to do with x10hosting?
Thank you