Skip to content

SQL Server

JDBC

bash
# disable encryption
jdbc:sqlserver://localhost:1433;databaseName=SomeDatabase;encrypt=false;

Troubleshooting