Forum Discussion
dwinsly00
Mar 03, 2024Copper Contributor
Help Needed
Hello everyone, I just installed MSSQL-SERVER on Ubuntu Server 22.04, but when I'm trying to connect i get this error!!
1 Reply
Sort By
- olafhelperBronze Contributor
dwinsly00 , since whatever for a version client component forces an encrypted connection, which fails without a valid certificate.
Use the -N parameter = false to surpress encryption, see sqlcmd utility - SQL Server | Microsoft Learn