When I try to connect to the MS SQL Server 2017 Express instance from JSP using JDBC driver 4.2, I get the following error.
com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server did not return a response. The connection has been closed.".
Please help me to fix this.