Skip to content

Conversation

@eddierubeiz
Copy link
Contributor

Ref #3236
Ruby 3.4 + OpenSSL 3.5 on macOS:
SSLContext#cert_store started out nil
Somewhere in the AWS SDK / Net::HTTP stack, a cert store was being constructed implicitly.
That implicit store path ended up triggering CRL expectations, leading to the error described in the issue, even though the certificate chain is valid and openssl s_client worked fine.

Using OpenSSL::X509::DEFAULT_CERT_FILE seems safe to me; this extra option is only used for dev_s3 in any case.

@eddierubeiz eddierubeiz changed the title Force a known-good CA bundle Force a known-good CA bundle at dev_s3 Shrine store creation time Dec 19, 2025
@eddierubeiz eddierubeiz changed the title Force a known-good CA bundle at dev_s3 Shrine store creation time Use local system's built-in certificates when connecting to dev_s3 amazon bucket. Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants