Re: Accessing postgres in perl app using ssl authentication

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: beer <beer(at)cmu(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Accessing postgres in perl app using ssl authentication
Date: 2006-11-16 20:50:16
Message-ID: 20061116205016.GC2353@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Nov 16, 2006 at 02:24:43PM -0500, beer wrote:
> Hello
>
> I know this isnt specifically a postgres question, but people here
> are much more likely to have an answer than on a perl list. I have
> an app in perl that uses DBD::Pg to access the database. This module
> does not seem to have support for using certificate authentication.
> I'm hoping someone here might be aware of a module that does support
> this option.

DBD::Pg uses the libpq library to make the connection and so should
have all the same capabilites as any C program. Have you tried setting
it up for certificate authentication?

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-11-16 20:56:46 Re: Linux hard drive/device nodes for a Postgres RAID array
Previous Message Gurjeet Singh 2006-11-16 20:49:34 Re: [HACKERS] Not your father's question about deadlocks