Tech note - legacy key algorithm constraints
If you're running Matillion ETL on version 1.69 or later and have encountered issues with algorithm constraints when using a legacy key to connect to an SQL server, we advise the following workaround.
- SSH into your Matillion ETL instance and locate the file
etc/sysconfig/tomcat
. -
Locate the
JAVA_OPTS
and add the following line:-Djava.security.disableSystemPropertiesFile=true -Djdk.certpath.disabledAlgorithms=\"MD2, MD5, DSA, RSA keySize < 1024\"
-
Save and close the file.
-
Restart Tomcat:
systemctl restart tomcat