Hi, After installing java agent we observe application db calls were not reaching database due to the below SSL error. Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by usi...
Peter, Thank you for your response. I would like to elaborate on the exact issue I'm facing:The DB I'm using serves all the network calls without any security i.e SSL etc. It's built-in that way. Right now after placing the java agent Jar file in our...