SQL Database Chain - MS SQL Connection String #848
Unanswered
JeffCristine
asked this question in
Q&A
Replies: 2 comments 1 reply
-
i have same issue, any answer? |
Beta Was this translation helpful? Give feedback.
1 reply
-
If someone solve the issue, please, publish the information |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What is the proper connect string to connect to a MS SQL server running in a docker container? It is on the same system as Flowise AI, also running in a docker container. The SQL server (docker host) IP address is 10.0.0.218 and TCP port is 1401, not 1433 in this case.
I've tried: 110.0.0.218:1401/DatbaseName
For some reason I seem to need to put another "1" in the IP address?
The response from the "SQL DB Chain" is: "ConnectionError: Failed to connect to 10.0.0.218:1401 - self-signed certificate"
How do I add "trustServerCertificate: true" to the connect string as well as a username / password?
I can't find any documentation on this topic (MS SQL Server Connection Strings).
Thank you,
Jeff Cristine
Beta Was this translation helpful? Give feedback.
All reactions