Re: pgsql: ssl: Serverside SNI support for libpq
On Wed, Mar 18, 2026 at 8:48 PM Daniel Gustafsson
<dgustafsson@postgresql.org> wrote:
ssl: Serverside SNI support for libpq
This commit introduced the hosts_file and ssl_sni GUCs and added them to
postgresql.conf.sample, but I don't see any descriptions for them
in config.sgml. Was that just an oversight?
Regards,
--
Fujii Masao
Import Notes
Reply to msg id not found: E1w2pNz-000KLN-2p@gemulon.postgresql.orgReference msg id not found: E1w2pNz-000KLN-2p@gemulon.postgresql.org
On 10 Apr 2026, at 18:34, Fujii Masao <masao.fujii@gmail.com> wrote:
On Wed, Mar 18, 2026 at 8:48 PM Daniel Gustafsson
<dgustafsson@postgresql.org> wrote:ssl: Serverside SNI support for libpq
This commit introduced the hosts_file and ssl_sni GUCs and added them to
postgresql.conf.sample, but I don't see any descriptions for them
in config.sgml. Was that just an oversight?
That was a mistake when adding the doc portions of the patch. Thanks for the
report, I'll work on a patch.
--
Daniel Gustafsson
On 10 Apr 2026, at 20:23, Daniel Gustafsson <daniel@yesql.se> wrote:
On 10 Apr 2026, at 18:34, Fujii Masao <masao.fujii@gmail.com> wrote:
On Wed, Mar 18, 2026 at 8:48 PM Daniel Gustafsson
<dgustafsson@postgresql.org> wrote:ssl: Serverside SNI support for libpq
This commit introduced the hosts_file and ssl_sni GUCs and added them to
postgresql.conf.sample, but I don't see any descriptions for them
in config.sgml. Was that just an oversight?That was a mistake when adding the doc portions of the patch. Thanks for the
report, I'll work on a patch.
Attached is what I have planned for this, it adds the GUCs as well as tidies up
the existing SSL SNI docs a bit.
--
Daniel Gustafsson