How to set TLS Cipher TLS_RSA_WITH_AES_128_GCM_SHA256 on Windows 2016

97 Views Asked by At

I want to enable TLS Cipher TLS_RSA_WITH_AES_128_GCM_SHA256 on Windows 2016 to test IBM MQ client connectivity. It seems this exact name is not available on Windows and the equivalent is TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 as mentioned on following page:

https://learn.microsoft.com/en-us/windows/win32/secauthn/tls-cipher-suites-in-windows-10-v1607

Shall I enable the equivalent cipher or is there a way to enable the exact one I mentioned above?

I actually tried to enable using Enable-TlsCipherSuite command in Powershell but IBM MQ client didn't connect. So I am not sure if this is something that can be enabled using Powershell or shall I ask Infrastructure guys to apply Windows Group policy?

0

There are 0 best solutions below