From: David O. <da...@qc...> - 2013-12-06 09:09:26
|
Amazon Postgresql RDS? That was exactly why we were asking. (slightly off-topic - apologies) We found that Postgresql RDS SSL was optional though.. could happily connect directly to the RDS instance via psql "sslmode=disable"... and also via nsdbpg but think this connection wouldn't be encrypted. If you want to try stunnel we had to use the following client config to connect successfully directly to a Postgresql RDS instance (we haven't heavily tested this yet be warned): [postgresql] protocol = pgsql client = yes accept = localhost:5432 connect = pg_rds_server:5432 options = NO_TICKET -- David On 5 December 2013 23:44, Ian Harding <har...@gm...> wrote: > Anyone? I am experimenting with Amazon RDS and it appears to require > SSL. My naviserver nsdbipg module seems to barf on it. psql connects fine. > > |