I have enabled Azure Postgresql SSL connection mode and after doing that I was not able to connect to Postgres database using dbForge, it is showing that SSL connection is required. Please specify SSL options and retry. I can able to access the database from .NET application by including the below parameters in the connection string. Also I can able to connect to the database from pgAdmin.
Ssl Mode=Require;Trust Server Certificate = true;
If I provide the same parameters dbForge it is not connecting and shows keyword not supporting.
2
Answers
Or by using Azure CLI
The cause of the issue is incorrect configuration. You should not set the trust server certificate as it is shown below:
Instead, select the keys from the list of parameters as shown on the screenshot: