Re: BUG #17522: While using --with-ssl=openssl and PG_TEST_EXTRA='ssl' options, SSL test fails on OpenBSD 7.1
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Jacob Champion <jchampion@timescale.com>
Cc: Kyotaro Horiguchi <horikyota.ntt@gmail.com>,
peter.eisentraut@enterprisedb.com,
Michael Paquier <michael@paquier.xyz>, byavuz81@gmail.com,
pgsql-bugs@lists.postgresql.org
Date: 2022-06-22T16:16:47Z
Lists: pgsql-bugs
Jacob Champion <jchampion@timescale.com> writes: > On Tue, Jun 21, 2022 at 2:16 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> So maybe the simplest fix is to do the same if there's a '/' anywhere? >> More generally, should we limit the SNI host string to chars allowed in >> DNS names? > That's certainly an option. Do you think it's still early enough in > the cycle to make that change for 15? Why not? We're still in beta, and pretty early at that. regards, tom lane
Commits
-
Remove unportable test
- 901a9d530115 15.0 landed