I have an IIS website running on two servers. One server is Windows Server 2016, the other Windows Server 2012. Under certain circumstances these two servers need to talk to each other.
The cipher used on Windows Server 2012 is: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
The cipher used on Windows Server 2016 is: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
I'd like both servers to use the same cipher. What's the best way to make that happen? Can I install the newer cipher on Server 2012? If so, how is this done? Or do I have to tell Server 2016 to use the older cipher?