Skip to content

Commit

Permalink
HSEARCH-4642 Disable encryption in MSSQL testing
Browse files Browse the repository at this point in the history
We don't want to go through the hassle of configuring self-signed
certificates.
  • Loading branch information
yrodiere committed Dec 21, 2022
1 parent 5be0882 commit 4a0400d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/parents/integrationtest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@
<jdbc.driver.groupId>com.microsoft.sqlserver</jdbc.driver.groupId>
<jdbc.driver.artifactId>mssql-jdbc</jdbc.driver.artifactId>
<jdbc.driver>com.microsoft.sqlserver.jdbc.SQLServerDriver</jdbc.driver>
<jdbc.url>jdbc:sqlserver://localhost:1433;databaseName=tempdb</jdbc.url>
<jdbc.url>jdbc:sqlserver://localhost:1433;databaseName=tempdb;encrypt=false</jdbc.url>
<jdbc.user>sa</jdbc.user>
<jdbc.pass>ActuallyRequired11Complexity</jdbc.pass>
</properties>
Expand Down

0 comments on commit 4a0400d

Please sign in to comment.