Re: ssl3 errors in replication. - Mailing list pgsql-admin

From Tom Lane
Subject Re: ssl3 errors in replication.
Date
Msg-id 25074.1328199374@sss.pgh.pa.us
Whole thread Raw
In response to ssl3 errors in replication.  (Mario Splivalo <mario.splivalo@megafon.hr>)
Responses Re: ssl3 errors in replication.  (Mario Splivalo <mario.splivalo@megafon.hr>)
List pgsql-admin
Mario Splivalo <mario.splivalo@megafon.hr> writes:
> I have these errors in my log files, occurring very often:
> 2012-02-02 01:05:53 CST [4103]: [2-1] user=,db= FATAL:  could not
> receive data from WAL stream: SSL error: sslv3 alert unexpected message

Google suggests that this might be caused by version or configuration
mismatches between openssl libraries on the master and slave machines.
One particular thing I'm wondering about is whether your openssl
libraries deal with the SSL renegotiation bug sanely (ie they've got
a fix for it that's less brain-dead than breaking the connection).

            regards, tom lane

pgsql-admin by date:

Previous
From: Mario Splivalo
Date:
Subject: Getting master host info from a slave
Next
From: Mario Splivalo
Date:
Subject: Re: ssl3 errors in replication.