Re: 8.0 Beta3 worked, RC1 didn't!

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "A(dot) Mous" <a(dot)mous(at)shaw(dot)ca>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: 8.0 Beta3 worked, RC1 didn't!
Date: 2004-12-22 17:50:05
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCE476437@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ok, then the problem has nothing to do with SSL. IIRC, you get this
error message if you have SSL support compiled in (which the MSI version
does) and get a failure really early (typical example: connection is
accepted and then dropped right away). It has nothing to do with SSL.

The output of your server log should point at what the actual issue is.

//Magnus

> -----Original Message-----
> From: A. Mous [mailto:a(dot)mous(at)shaw(dot)ca]
> Sent: Wednesday, December 22, 2004 5:41 PM
> To: Magnus Hagander; pgsql-general(at)postgresql(dot)org
> Subject: RE: [GENERAL] 8.0 Beta3 worked, RC1 didn't!
>
> Yes, all versions were installed through the win installer.
>
> I didn't change the SSL settings from default, so I believe
> it should not be using it. In my haste, I did not keep a
> copy of the logs generated during the RC1 installation. I
> can try RC2 this evening (outside of business
> hours) and let you know how it went.
>
> Also, Beta5 exhibited the same behaviour as RC1!
>
>
> -----Original Message-----
> From: Magnus Hagander [mailto:mha(at)sollentuna(dot)net]
> Sent: December 22, 2004 3:05 AM
> To: A. Mous; pgsql-general(at)postgresql(dot)org
> Subject: RE: [GENERAL] 8.0 Beta3 worked, RC1 didn't!
>
> > Hi all,
> >
> > I'm using psql 8.0.0 on a client's site who's running win
> server 2003.
> > We've had him on beta 3 for some time, and no problems at
> all (yes, in
> > a sense, he is a beta tester as well, but doesn't know
> it!). Today I
> > tried to upgrade the db to RC1 and had some problems.
> >
> > Remote clients connect to this database, so I have to set
> > listen_addresses = '*' in the posrgresql.conf file. This
> is the only
> > change to the config file. Doing this with RC1 and trying
> to connect
> > locally with through psql resulted in the following error message:
> >
> > "could not receive server response to SSL negotiation packet;
> > connection reset by peer (0x00002746/10054)"
> >
> > Removing the modified line in the config file resolved the problem
> > (locally), however, no clients can connect! Beta 3 does
> not seem to
> > have this issue, so we had to revert back to it for now.
> >
> > I would appreciate any ideas that some of you may have.
> Much thanks,
>
> If you installed from the MSI installer - the RC1 installer
> was accidentally built without SSL support. Please try the
> RC2 installer available now. If you are using SSL, that is.
>
> That said, could you let us know what you have in your logfiles?
> (data\pg_log\<latest file> if you haven't changed it) ALso,
> check if you have something in the eventlog around the time
> of either service start or client connection.
>
> //Magnus
>
>

Responses

Browse pgsql-general by date

  From Date Subject
Next Message A. Mous 2004-12-22 17:58:07 Re: 8.0 Beta3 worked, RC1 didn't!
Previous Message Tom Lane 2004-12-22 17:48:09 Re: 8.0 Beta3 worked, RC1 didn't!