Replies: 2 comments 1 reply
-
Looking at the logs
I suppose you are passing "localhost:1417" from PHP.
So PHP is on Windows
There are neither "localhost:1417" not "localhost" in the configuration.
no idea where these settings came from, probably PHP.
TCP connection succeeded
TLS setup succeeded
Here you are using integrated authentication while with |
Beta Was this translation helpful? Give feedback.
-
Can you try removing the login.set_network_auth(1); line? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Environment
freetds: 1.5.1
SQL Server: 2017
Platform: Windows + Docker + WSL2
Issue detail
SQL Server 2017 was installed via docker image, port mapped as 1417, It can be connected via

Navicat
andtsql
command as follow:But failed with
DBKangaroo
app via DB-Library, the app code and TDSDUMP log as follow:The above code can connect SQL Server 2008/2017/2022 installed on Windows directly
tds.log
Beta Was this translation helpful? Give feedback.
All reactions