Re: SSL SNI

From: Jacob Champion <pchampion(at)vmware(dot)com>
To: "peter(dot)eisentraut(at)enterprisedb(dot)com" <peter(dot)eisentraut(at)enterprisedb(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: SSL SNI
Date: 2021-06-03 17:25:24
Message-ID: 504c276ab6eee000bb23d571ea9b0ced4250774e.camel@vmware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, 2021-04-07 at 15:32 +0200, Peter Eisentraut wrote:
> Committed like that. (Default to on, but it's easy to change if there
> are any further thoughts.)

Hi Peter,

It looks like this code needs some guards for a NULL conn->pghost. For example when running

psql 'dbname=postgres sslmode=require hostaddr=127.0.0.1'
with no PGHOST in the environment, psql is currently segfaulting for
me.

--Jacob

In response to

  • Re: SSL SNI at 2021-04-07 13:32:55 from Peter Eisentraut

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2021-06-03 17:37:26 Re: Support for NSS as a libpq TLS backend
Previous Message Arne Roland 2021-06-03 17:17:55 Re: PATCH: generate fractional cheapest paths in generate_orderedappend_path