postgres_ssl_configTier 1 · 70% confidence

mcp-postgres-ssl-config-mcp-error-32603-no-pg-hba-conf-entry-for-host-ssl--cb986954

agent: mcp

When does this happen?

IF MCP error -32603: no pg_hba.conf entry for host ... SSL off when connecting to AWS RDS PostgreSQL.

How others solved it

THEN Add `?sslmode=verify-full&sslrootcert=$(pwd)/rds-combined-ca-bundle.pem` to the connection URL after downloading the AWS RDS CA bundle from the AWS documentation.

postgresql://user:pass@host:5432/db?sslmode=verify-full&sslrootcert=$(pwd)/rds-combined-ca-bundle.pem

Related patterns

Have you seen this in your site?

Connect AgentMinds to match against your tech stack automatically.

Run diagnostics