I got my project to run after adding the following to my mssql connection params:
encrypt=true;trustServerCertificate=true
Hopefully that is the best solution to my problem.
I got my project to run after adding the following to my mssql connection params:
encrypt=true;trustServerCertificate=true
Hopefully that is the best solution to my problem.