Hi, how can I disable the use of the SSL with data_objects and datamapper on
a PostgreSQL?

I tried the param in the connection strings (works for libpq "wrappers" like
psycopg2)

DataObjects::Connection.new("postgres://postgres:postgres@localhost
:5432/testes?sslmode=disable")

It doesn't work.

http://www.postgresql.org/docs/8.2/static/libpq-connect.html (SSL modes)


Anyone have ever done something like this?

Thanks in advance,

-- 
You received this message because you are subscribed to the Google Groups 
"DataMapper" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/datamapper?hl=en.

Reply via email to