Re: [HACKERS] RE: [INTERFACES] Re: SSL patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Magnus Hagander <mha(at)sollentuna(dot)net>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] RE: [INTERFACES] Re: SSL patch
Date: 1999-07-24 15:37:21
Message-ID: 1580.932830641@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> [ a bunch of stuff ]

After looking into this morning's patches digest, I see that half of
this already occurred to you :-).

I'd still suggest extending the client to fall back to non-SSL if the
server rejects the connection (unless it is told by the application
that it must make an SSL connection). Then there's no compatibility
problem at all, even for mix-and-match SSL-enabled and not-SSL-enabled
clients and servers.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 1999-07-24 15:54:24 Re: [HACKERS] SIGSEGV on CREATE FUNCTION with plpgsql
Previous Message Tom Lane 1999-07-24 15:19:37 Re: [HACKERS] RE: [INTERFACES] Re: SSL patch