Re: Npgsql Exception

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Mike Christensen <mike(at)kitchenpc(dot)com>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Npgsql Exception
Date: 2010-08-23 13:49:21
Message-ID: 19706.1282571361@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Mike Christensen <mike(at)kitchenpc(dot)com> writes:
> Sorry, when I had emailed the NHibernate DL the exception was in the
> subject line. I forgot to copy the subject this time. The exception
> is:

> ERROR: 42704: unrecognized configuration parameter
> "ssl_renegotiation_limit"

ssl_renegotiation_limit is a server parameter that was added to all
active PG branches in a security patch last February. Apparently you
have a postgresql.conf file that tries to set that parameter, and have
reverted to a server version that doesn't include it. Best fix is to
update your PG to latest minor release. Alternatively you could take
out the setting but that would imply you don't have the security fix,
and also probably the problem that led you to put in the setting would
come back.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message akp geek 2010-08-23 14:32:49 Tool to compare data between tables
Previous Message Randall Smith 2010-08-23 13:48:31 Re: Sequence reset