Does anyone know which Cipher Suite needs to be enabled on a Win10 machine to download packages from the Windows store. I need to configure my device with a subset of ciphers and when I do it fails with error 0x80240438.
I used fiddler and i saw the connection from svchost being closed.
Note that if I disable the custom cipher list, I don't have a problem.
Here is the cypher list I have configured:
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384_P384
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384_P256
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P384
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P384
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA_P256
TLS_RSA_WITH_3DES_EDE_CBC_SHA
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA
User contributions licensed under CC BY-SA 3.0