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
Attachments:
v1-0001-doc-Add-missing-GUCs-to-SSL-SNI-docs.patchapplication/octet-stream; name=v1-0001-doc-Add-missing-GUCs-to-SSL-SNI-docs.patch; x-unix-mode=0644Download+55-20
On Mon, Apr 13, 2026 at 5:24 PM Daniel Gustafsson <daniel@yesql.se> wrote:
Attached is what I have planned for this, it adds the GUCs as well as tidies up
the existing SSL SNI docs a bit.
LGTM. Thanks!
Regards,
--
Fujii Masao
On 16 Apr 2026, at 05:49, Fujii Masao <masao.fujii@gmail.com> wrote:
On Mon, Apr 13, 2026 at 5:24 PM Daniel Gustafsson <daniel@yesql.se> wrote:
Attached is what I have planned for this, it adds the GUCs as well as tidies up
the existing SSL SNI docs a bit.LGTM. Thanks!
Thanks for review, pushed to master.
--
Daniel Gustafsson