Re: Error in PostgreSQL log

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Campbell, Lance" <lance(at)illinois(dot)edu>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: Error in PostgreSQL log
Date: 2010-04-28 20:47:04
Message-ID: 9414.1272487624@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

"Campbell, Lance" <lance(at)illinois(dot)edu> writes:
> PostgreSQL: 8.4.3
> I found the following in my error log:
> LOG: SSL error: unsafe legacy renegotiation disabled
> Anyone have a clue what this means?

It means your SSL library is maintained by someone with a clue ;-).
It's dealing with CVE-2009-3555 without simply breaking things.
However, you might want to update the SSL library at the other end,
or if you can't do that you might want to set ssl_renegotiation_limit = 0
to suppress the warning messages.

regards, tom lane

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Anj Adu 2010-04-28 21:18:19 Re: more 10K disks or less 15K disks
Previous Message Campbell, Lance 2010-04-28 20:37:06 Error in PostgreSQL log