hello, i’m trying to create a sql server db connection, but got a self signed certificate error. Is there an option that I can use to bypass this issue? I’m using the following format from the documentation: Server=localhost; Database=test;User Id=SA; Password=Testing123!g; Option=Value]
Original Author: Tae Ha
Link: https://cribl-community.slack.com/archives/CPYBPK65V/p1690207040810899?thread_ts=1690207040.810899&cid=CPYBPK65V
Page 1 / 1
Did you try adding TrustServerCertificate=True
to the end of the connection string?
Yes, I got pass the cert error, but working out other permission issues right now. Thanks all!
Reply
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.