I am getting the error on Adminer that my ODBC Driver failed the verification of the certificate provider.
So after looking around I found out I have to add this to the connection string: TrustServerCertificate=Yes
but I have no idea how to do this using Adminer.
I am using sqlsrv, php8.1 and Adminer 4.8.1, and I am on Windows 10.
I looked around Adminer file but cant find where I can add this. I am not expert on php so if anyone could indicate me how to do this would appreciate it.