Message-ID: From: "vlsi (@vlsi)" To: "pgjdbc/pgjdbc" Date: Mon, 16 Mar 2026 15:27:56 +0000 Subject: [pgjdbc/pgjdbc] PR #3968: fix: allow fallback to non-SSL connection when sslMode=prefer and sslResponseTimeout kicks in List-Id: X-GitHub-Author-Id: 213894 X-GitHub-Author-Login: vlsi X-GitHub-Issue: 3968 X-GitHub-Labels: bug X-GitHub-Repo: pgjdbc/pgjdbc X-GitHub-State: merged X-GitHub-Type: pull_request X-GitHub-Url: https://github.com/pgjdbc/pgjdbc/pull/3968 Content-Type: text/plain; charset=utf-8 When the database doesn't respond within sslResponseTimeout, we might want to fallback to non-ssl connection. The failure triggers in GitHub Actions Windows runners.