Re: Question regarding SSL code in backend and frontend - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Question regarding SSL code in backend and frontend
Date
Msg-id 6681.1333730611@sss.pgh.pa.us
Whole thread Raw
In response to Re: Question regarding SSL code in backend and frontend  (Magnus Hagander <magnus@hagander.net>)
Responses Re: Question regarding SSL code in backend and frontend  (Magnus Hagander <magnus@hagander.net>)
List pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> True. I guess I was just assuming that JDBC (and npgsql i think?) were
> using TLS - I would assume that to be the default in both Java and
> .NET. We'd have to check that before making a change of course - and
> I'm not convinced we need to make the change. But if we're making a
> change to align those two with each other, that's the direction the
> change should be in.

Agreed, but should we align them?  IIUC, changing the server would cause
it to reject connections from old non-TLS-aware clients.  Seems like
that isn't a particularly good idea.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql_fdw, FDW for PostgreSQL server
Next
From: Magnus Hagander
Date:
Subject: Re: Question regarding SSL code in backend and frontend