Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Tue, 21 May 2024 20:59:38 +0000 Subject: Re: [pgjdbc/pgjdbc] PR #3257: test: add GitHub CI testing with PostgreSQL 15 and HEAD In-Reply-To: References: List-Id: X-GitHub-Author-Login: vlsi X-GitHub-Comment-Id: 2123432792 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 3257 X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3257#issuecomment-2123432792 Content-Type: text/plain; charset=utf-8 It looks like `postgresql-head` misses ssl configuration (e.g. it does not customize `pg_hba.conf` and so on). It should probably reuse `post-startup.sh` and so on. I'll have a look into it.