When I try to create my database the below error is returned.
A connection was successfully established with the server, but then an error occurred during the login process.
I'm using SQL Server with an ASP.NET Core WebAPI application.
Connection String:
Server=DESKTOP-SHN56GM;Database=web-convenio;User Id=sa;Password=751512;
The connection to the database is made, but the login process is not, the user and password are correct. I believe the problem is the SSL certificate, which my server does not have.