https://pulumi.com logo
b

bitter-island-28909

08/02/2019, 9:17 PM
so, I am asking here in case anyone has seen it, although I suspect the actual bug is in either the Terraform module or Go itself. I’m trying to use the Postgres module to connect to a Postgres instance running on AWS Aurora Serverless. I keep getting
Error initializing PostgreSQL client: error detecting capabilities: error PostgreSQL version: pq: SSL is not enabled on the server
This is despite the fact that SSL works fine using the
psql
client, and I have tried setting the
sslmode
property to
false
. Like I said, this smells like an incompatibility somewhere else in the stack, but thought it wouldn’t hurt to ask 🙂
2 Views