Hi guys,
I am trying to set a fly secret for my postgres database url with sslmode=disabled.
flyctl secrets set DATABASE_URL=postgres://user:pass@host:5432/db?sslmode=disable
I get the following error:
zsh: no matches found: DATABASE_URL=postgres://user:pass@host:5432/db?sslmode=disable
setting the database_url secret without ?sslmode=enable works fine. However, when I do that, when deploying my application I get this error:
Error: P1011: Error opening a TLS connection: unexpected EOF
Any help is appreciated Thank you!