Vicki,
I've never tried it (from libzdb), but I'd bet if you've built libzdb against an SSL-enabled libpq, that it will follow the same rules libpq would use in any other case...
Lou Picciano
----- Original Message -----
From: "Vicki Ma" vma@akamai.com To: libzdb-general@tildeslash.com, "Vicki Ma" vma@akamai.com Sent: Thursday, April 7, 2016 3:52:39 PM Subject: Connecting connection pool using certificate
Hi,
I plan to use libzdb for connection pooling, but I am not sure if I can connect to the connection pool using user certificate.
In the document, it specifies how to connect to Postgresql database.
postgresql://localhost:5432/test?user=root&password=swordfish
Can I pass the following: postgresql://user:secret@localhost I did not see the options mentioning connecting database using certificates.
http://tildeslash.com/libzdb/api-docs/postgresoptions.html
Thanks very much, Vicki Ma