Issue:
How to disable TLS versions 1.0 and 1.1 for Elements Connector?
Resolution:
You may refer the below steps to disable the TLS 1.0 and 1.1 encryption by using Windows registry editor:
- Run Windows Registry Editor (Regedit) as administrator.
- Create the following string registry key:
- For Elements Connector (Windows) \HKEY_LOCAL_MACHINE\SOFTWARE\WithSecure\ElementsConnector\additional_java_args
- Set the value -DenableVistaInteroperability=false
- Open a Command Prompt as an administrator and run commands "net stop wsconnector" and "net start wsconnector" to restart the services.
After service restart, TLS 1.0 and 1.1 is disabled on Elements Connector.
Article no: 000043681