Message-ID: From: "fdcastel (@fdcastel)" To: "postgresql-interfaces/psqlodbc" Date: Thu, 12 Feb 2026 15:03:54 +0000 Subject: Re: [postgresql-interfaces/psqlodbc] issue #154: Workflow error: Install Win32OpenSSL fails In-Reply-To: References: List-Id: X-GitHub-Author-Login: fdcastel X-GitHub-Comment-Id: 3891476368 X-GitHub-Comment-Type: issue_comment X-GitHub-Issue: 154 X-GitHub-Repo: postgresql-interfaces/psqlodbc X-GitHub-Type: comment X-GitHub-Url: https://github.com/postgresql-interfaces/psqlodbc/issues/154#issuecomment-3891476368 Content-Type: text/plain; charset=utf-8 Thank you, @davecramer! Updating `OPENSSL_VERSION` to `3_3_6` indeed did the trick! The workflow is now moving forward _(building postgres now)_. 👍🏻 That said, I’m still a bit puzzled, though. I went through the (failed) logs and couldn’t spot the actual reason it was failing. It looks like the download _completed_ successfully: Image So **why did the install step fail?** Is there another place where 3_3_5 / 3_3_6 is being referenced that I’m missing? Mostly asking because it might be worth improving the error message and saving the next “noob” from running into the same thing the next time the OpenSSL version bumps again 😄