Good afternoon,
After upgrading QueryTool from 20.2.71-PROD+2191 to 20.2.200-PROD+2294 today, my connection to PostGres is broken.
I made several test in regards to past discussion like here or here
My connection chain was:
<database order="12" provider="PostgreSql"
alias="Vega"
userLogonCodeMode="Hidden"
passwordMode="Hidden"
AllowConnectionPooling="false"
connectionString="Server=my.server.com;Port=12009;Database=db;User Id=user;Password=my_paswword;TrustServerCertificate=True"
AllowConnectionStringRewrite="false"
but after upgrading to 20.2.200-PROD+2294 I get an error:
TrustServerCertificate=true is not supported with SslMode=VerifyFull.
I need to connect to my PostGres server not encrypted. I tried to disable by SslMode=Preferred
or SslMode=None
but neither works.
I also tried to downgrade, but it is forbidden by the Invantive Installer.
Hhelp appreciated.