Forum Discussion

arasi_m's avatar
arasi_m
Occasional Contributor
7 months ago
Solved

JDBC connection error indicating SSL issue

I have configured a MS SQL DB in my data source step. If i test it , the connection is successful. But while running the data source step alone, i am facing the following error: I have copied the lat...
  • groovyguy's avatar
    7 months ago

    The connection test only verifies that you have connectivity available to the SQL server. In this instance, it looks like your database requires an SSL connection, and you will have to adjust your connection string for your JDBC drivers accordingly. You might find some useful information here.