I’m trying to connect to Microsoft SQL, but I’m facing difficulty, because for me to achieve this I need the encryption to be optional and not true or false, but the field is boolean and now I’m stuck with this problem, does anyone have a solution?
From what I remember Optional isn’t an actual option it is just saying that you can use either encrypted or unencrypted connections so setting TLS to either true or false should do the job.