From: | Michael Fuhr <mike(at)fuhr(dot)org> |
---|---|
To: | Tom Allison <tom(at)tacocat(dot)net> |
Cc: | Postgres General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: pg_dump |
Date: | 2007-07-31 01:11:02 |
Message-ID: | 20070731011102.GA23684@winnie.fuhr.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Mon, Jul 30, 2007 at 07:26:45PM -0400, Tom Allison wrote:
> pg_dump does not support SSL connections?
pg_dump sits atop libpq, which can use SSL if PostgreSQL was built
with SSL support.
> I have been using pgsql with ssl connections to my database.
> But when I tried pg_dump I was hit with the "no ssl" error message.
What was the exact command and the exact error message?
> Didn't see an option for it in the RTFM so .. Am I correct in
> assuming that pg_dump/pg_restore are not supposed to run via ssl?
No, that's not correct; pg_dump can use SSL just as any other libpq
application can. Are you sure your pg_dump is linked against an
SSL-enabled libpq? Have you tried setting the PGSSLMODE environment
variable? What version of PostgreSQL are you running?
--
Michael Fuhr
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2007-07-31 02:09:36 | Re: [GENERAL] European users mailing list |
Previous Message | Decibel! | 2007-07-31 01:09:46 | Re: ascii() for utf8 |