Connection to MS SQL

I am trying to connect to an MS SQL database and I get the following error. "Server requires encryption, set 'encrypt' config option to true". I have tried adding "encrypt" as the key and "true" as the value in the connection options but still get the same error. Does anyone have any suggestions?

Got it. It turns out that I needed to check the "Use SSL/TLS" checkbox.

1 Like

Hi @KyleKelsch, thanks for the update. :slightly_smiling_face:
Happy to hear you were able to figure it out.