I'm using the below connection string using providing UserID and password on their respective text box. I'm getting weird error messsage.
Server=Server.Domainname;TrustServerCertificate=yes;Database=DBName
Error messsage:
ODBC message:SQLSTATE 08001 Native error, 01, [Microsoft] ODBC Driver 18 for SQL Server] SSL Proficer [error:141A318A:SSLroutine:tls_process_ske_dhe:dh key too small]
ODBC message:SQLSTATE 08001 Native error, 01, [Microsoft] ODBC Driver 18 for SQL Server]Client unable to establish connection
Anything I can do to be able to connect?
When I try to connect through SSMS, I can connect fine without issues.