While extracting SQL Db for Highlight Analysis getting below error:
Unable to establish a connection to: jdbc:jtds:sqlserver://servername.XXXXXXXXXXXX.database.windows.net:1433 => Reason: Login failed due to client TLS version being less than minimal TLS version allowed by the server
Workaround or Action Plan
Please add below parameters in DB URL to solve the issue.
ssl=require
jdbc:jtds:sqlserver://%SERVER%:%PORT%;ssl=require
Additional Resources
CAST Highlight Troubleshooting Guides
CAST Highlight Product Documentation
Zendesk Ticket Number
25229
Comments