Re: Ref: BUG#1321: SSL error: sslv3 alert handshake failure - Mailing list pgsql-bugs

From vishal saberwal
Subject Re: Ref: BUG#1321: SSL error: sslv3 alert handshake failure
Date
Msg-id 3e74dc2505082511253551ee27@mail.gmail.com
Whole thread Raw
In response to Re: Ref: BUG#1321: SSL error: sslv3 alert handshake failure  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses PQconnectdb SSL (sslmode)  (vishal saberwal <vishalsaberwal@gmail.com>)
Re: Ref: BUG#1321: SSL error: sslv3 alert handshake failure  (vishal saberwal <vishalsaberwal@gmail.com>)
List pgsql-bugs
thanks tom for the list on updates on 8.0.4,

quick questions,

Do all my clients have to have same postgresql.key and postgresql.crt,
or can i have different keys and certificates on each client
authenticating with the same server?

Also, in case of multi master replication with multiple servers, what
keys they need to have in common?

thanks,
vish

On 8/24/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> vishal saberwal <vishalsaberwal@gmail.com> writes:
> > Guess i can stay on 8.0.1 until we get 8.0.4 ... (is it right for me
> > to ask what data-loss you are talking about) ...
>=20
> Yeah, they're all documented in the pgsql-committers archives.
> Let's see...
>=20
> 2005-08-19 20:39  tgl
>=20
>         * src/: backend/access/heap/heapam.c, backend/commands/async.c,
>         backend/commands/trigger.c, backend/commands/vacuum.c,
>         backend/executor/execMain.c, backend/utils/time/tqual.c,
>         include/access/heapam.h, include/access/htup.h,
>         include/executor/executor.h, include/utils/tqual.h: Repair proble=
ms
>         with VACUUM destroying t_ctid chains too soon, and with
>         insufficient paranoia in code that follows t_ctid links.  (We must
>         do both because even with VACUUM doing it properly, the
>         intermediate state with a dangling t_ctid link is visible
>         concurrently during lazy VACUUM, and could be seen afterwards if
>         either type of VACUUM crashes partway through.) Also try to impro=
ve
>         documentation about what's going on.  Patch is a bit bulky because
>         passing the XMAX information around required changing the APIs of
>         some low-level heapam.c routines, but it's not conceptually very
>         complicated.  Per trouble report from Teodor and subsequent
>         analysis.  This needs to be back-patched, but I'll do that after
>         8.1 beta is out.
>=20
> 2005-06-25 18:47  tgl
>=20
>         * doc/src/sgml/backup.sgml, src/backend/commands/dbcommands.c
>         (REL8_0_STABLE), doc/src/sgml/backup.sgml,
>         src/backend/commands/dbcommands.c: Force a checkpoint before
>         committing a CREATE DATABASE command.  This should fix the recent
>         reports of "index is not a btree" failures, as well as preventing=
 a
>         more obscure race condition involving changes to a template
>         database just after copying it with CREATE DATABASE.
>=20
> 2005-05-31 15:10  tgl
>=20
>         * src/backend/access/transam/: xlog.c (REL7_3_STABLE), xlog.c
>         (REL7_4_STABLE), xlog.c (REL7_2_STABLE), xlog.c (REL8_0_STABLE),
>         xlog.c: Add test to WAL replay to verify that xl_prev points back
>         to the previous WAL record; this is necessary to be sure we
>         recognize stale WAL records when a WAL page was only partially
>         written during a system crash.
>=20
> I seem to recall another one, but am not seeing it in the logs right
> now.  There are also the usual quota of plain old crashing bugs.
>=20
>                         regards, tom lane
>

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #1847: Error in some kind of UNION query.
Next
From: vishal saberwal
Date:
Subject: PQconnectdb SSL (sslmode)