How to Configure JDBC Data Source to Use SSL ConnectionIssue Navigate to Data Source configured When testing to load 20 records, the following error occurred: MID Server reported error: SQLState: null java.sql.SQLException: java.sql.SQLInvalidAuthorizationSpecException: Access denied for user 'Dummy'@'10.10.10.10' (using password: YES) ReleaseFor all releasesResolutionFor all releases, if the target database is configured to use SSL, this issue occurs (Please check with database team if SSL is enabled on database). When connecting to the database using a MID Server, make sure the MID Server is configured to use SSL by following the product documentation https://www.servicenow.com/docs/bundle/yokohama-servicenow-platform/page/product/mid-server/task/add-ssl-certificates.html Also in the Data Source configuration form, bring up the Field "Properties". There, you can define the parameter:useSSL=true Please refer to the attached screenshot for reference.