Re: Update minimum SSL version - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Update minimum SSL version
Date
Msg-id 929.1575304768@sss.pgh.pa.us
Whole thread Raw
In response to Re: Update minimum SSL version  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: Update minimum SSL version  (Robert Haas <robertmhaas@gmail.com>)
Re: Update minimum SSL version  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> ... However, it would be worth putting in some
> effort to make sure that we give a good error message if this happens.

That's an excellent point, but it looks like we're pretty good
already.  I tried the patch with openssl 0.9.8x, and got this
failure at server start:

FATAL:  ssl_min_protocol_version setting TLSv1.2 not supported by this build

Maybe it'd be worth extending that to show the max supported
version, with some rats-nest of #ifdefs, but I'm not sure if
it's worth the trouble.

            regards, tom lane



pgsql-hackers by date:

Previous
From: "Li, Zheng"
Date:
Subject: Re: NOT IN subquery optimization
Next
From: Alvaro Herrera
Date:
Subject: Re: Implementing Incremental View Maintenance