Is it possible to use client SSL certificates for authentication with the Sql.pgsql or (the deprecated) Sql.postgres driver? I've been setting up a multihomed Pike program and would ideally like to be able to have all nodes connect to the same database, using their SSL certificates as proof of identity. In theory, this should work, but I've had no success. Anyone done this and if so, how?
The connection works in the command line psql interface, but not in Pike. ChrisA
