Why does connection to my Postgres server in Azure fail if my app does not have SSL enabled?
- 阅读更多 关于 Why does connection to my Postgres server in Azure fail if my app does not have SSL enabled?
问题 I get a connection failure when I try to connect to my postgres server in Azure from my app/client, which does not have SSL enabled. Unable to connect to server: FATAL: SSL connection is required. Please specify SSL options and retry. Is this a strong requirement? Is there a way I can circumvent this requirement? 回答1: By default, Azure Database for PostgreSQL enforces SSL connections between your server and your client applications to protect against MITM (man in the middle) attacks. This is