[Rails] Re: Best way to securely connect to remote Postgres server from Rails.

2014-02-20 Thread Eric Hayes
Thanks for your insight, Rick. I am the server provider :) On Sunday, February 16, 2014 4:56:32 PM UTC-8, Rick wrote: On Saturday, February 15, 2014 4:46:54 PM UTC-5, Eric Hayes wrote: I'm wonder how most people securely connect to a Postgres database on a server separate from the app

[Rails] Re: Best way to securely connect to remote Postgres server from Rails.

2014-02-16 Thread Rick
On Saturday, February 15, 2014 4:46:54 PM UTC-5, Eric Hayes wrote: I'm wonder how most people securely connect to a Postgres database on a server separate from the app server. The ActiveRecord docs for a MySQL connection have explicit SSL options, whereas with Postgres it seems one