i'm trying to configure a rails app to remotely connect to a postgres db. i've noticed that the connection adapters for mysql have options that specify the required info for setting up an ssl connection, but there is no equivalent options for the postgres/pg adapter.
after googling around, i haven't been able to find anything either (only connecting via an ssh tunnel).
so simply, is trying to get the rails postgres adapter to connect over ssl a dead end?
thanks. any help or direction is appreciated.
-h