I want to use mssql-plus to connect to the SQL server database, but I can't connect all the time, and the request times out.
This is the error message:
{"code":"ETIMEOUT",
"message":"Failed to connect to 192.168.28.1\\data in 15000ms",
"details":"Failed to connect to 192.168.28.1\\data in 15000ms",
"name":"ConnectionError"}
Both node-red and SQL server are running on the same computer, is windows.
SQL server can log in normally, including local login and account password, and can also be connected normally, I have tested it with Java.
I can connect with using ssms.