Hi!

I need to connect PostgreSQL using SSL certificate. It's not the main DB, but it's for feeds (with feeds_sql). The connection string which works i.e terminal is:

dbname= host= user= password=
sslmode=verify-full sslrootcert=

But how I define it in settings.php?

Comments

neuquen’s picture

I'd like to do the same exact thing.  Did you ever figure out how to do this?

UPDATE: I just found these two posts below that may provide the answer:

https://www.drupal.org/project/drupal/issues/1926284#comment-11995253

https://www.drupal.org/project/drupal/issues/1926284#comment-11995643