How to disable TLS 1.0 in XenApp 7.6?
book
Article ID: CTX215447
calendar_today
Updated On:
Description
Would like assistance in disabling TLS 1.0 on our XenApp environment, wondering on best practices for how to accomplish this without interrupting service
Instructions
TLS can be disabled from the registry path, HKey_Local_Machine\System\CurrentControlSet\Control\SecurityProviders \SCHANNEL\Protocols.
Each key holds information about the protocol for the key. Any one of these protocols can be disabled at the server. To do this,
- Create a new DWORD value in the server subkey of the protocol.
- Set the DWORD value to "00 00 00 00."
- As there are cases where RDP to the server get break, verify settings: TSconfig.msc > RDP-tcp properties > Security layer > make sure the correct TLS version is selected.
Was this article helpful?
thumb_up
Yes
thumb_down
No