Hi Dojo, is this the correct way to specify TLS 1.2 in the <ConnectString> tag of db.xml ?
Also, what is the format to specify other connection keywords such as 'useSSL' ?
Thanks in advance.
An update about this topic. After further investigation we found that DMA version 10.0.0.0 uses an SLDatabase.dll which was built with .NET4.5. TLS1.2 is only supported as of 4.5.2, therefore it will not work.
A fix for this issue will be available:
- Main release: 10.1.0
- Feature release: 10.0.6.0-9101
Reference: DCP146754
Hi Arunkrishna, What exactly are you trying to achieve here? The connectString in the db.xml is used to specify an advanced connection string to connect to a certain DB, for ex: <ConnectString> Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=myServer)(PORT=1521)) (CONNECT_DATA=(SERVICE_NAME=myOracleDb))); User Id=myUsername; Password=myPassword; </ConnectString> So I don't think your configuration is correct. As far as I know TLS is only applicable on Client-Server level and LDAP (communication with LDAP server). However it's also possible to use TLS to secure communication between DataMiner and a device by communication via an interface that uses TLS (ex HTTP). To setup TLS encryption please refer to the help: Enabling TLS encryption