Re: [BUGS] More SSL questions..

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers-win32(at)postgresql(dot)org, "Matthew T(dot) O'Connor" <matthew(at)zeut(dot)net>, Andrew Dunstan <andrew(at)dunslane(dot)net>, "T(dot)J(dot)" <tjtoocool(at)phreaker(dot)net>
Subject: Re: [BUGS] More SSL questions..
Date: 2005-01-06 21:51:41
Message-ID: 200501062151.j06LpfN15880@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32

Tom Lane wrote:
> "Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
> > Builds with the attached patch.
>
> Applied.
>
> > APPDATA/postgresql/psql_history
> > Does not appear to work. Do I need to do anything to make psql create
> > this file?
>
> Enable READLINE/HISTORY.
>
> > A quick look at input.c makes it seem like this is only used when
> > READLINE is enabled. And READLINE is disabled on win32 because it
> > breaks.
>
> Hmm. I wonder if that breakage had anything to do with the lack of
> proper support for home-directory stuff? Might be entertaining to
> un-disable it and see what happens now.
>
> > APPDATA/postgresql/root.crt
> > Works insofar that it prevents me to connect if I put an invalid
> > certificate in that file, and permits me to connect if I put the correct
> > cert there. AFAIK, that should be all there is to it :-)
>
> Good enough check for me.
>
> I'm out of here for the next several hours --- if you have any
> last-minute RC4 patches, try to get Bruce's attention ...

What about the *.txt extension? Do we want that or remove it? I would
prefer its removal.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Magnus Hagander 2005-01-06 21:55:53 Re: [BUGS] More SSL questions..
Previous Message Tom Lane 2005-01-06 21:44:21 Re: [BUGS] More SSL questions..