...
encrypt=true;
trustServerCertificate=true;
integratedSecurity=true;authenticationScheme=NTLM;domain=<domain>
this is needed in case the user is a domain user
Code Block |
---|
<repoName>.metaservice.databasev2.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver <repoName>.metaservice.databasev2.url=jdbc:sqlserver://localhost:1433;databaseName=CONTENTSERVER;encrypt=true;trustServerCertificate=true;sendStringParametersAsUnicode=false |
...