Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add openssl gem to dev dependencies to fix cert errors#96

Merged
kodiakhq[bot] merged 1 commit into
mainfrom
chores/openssl
Oct 15, 2025
Merged

Add openssl gem to dev dependencies to fix cert errors#96
kodiakhq[bot] merged 1 commit into
mainfrom
chores/openssl

Conversation

@mattbrictson
Copy link
Copy Markdown
Owner

Integration tests that fetched changelogs from certain HTTPS servers recently started failing with errors like this:

OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=151.101.193.227:443 state=error: certificate verify failed (unable to get certificate CRL)

This is a known issue with OpenSSL + Ruby and the fix is to upgrade the openssl gem. I've added the gem to the development dependencies.

Integration tests that fetched changelogs from certain HTTPS servers
recently started failing with errors like this:

> OpenSSL::SSL::SSLError: SSL_connect returned=1 errno=0 peeraddr=151.101.193.227:443 state=error: certificate verify failed (unable to get certificate CRL)

This is a known issue with OpenSSL + Ruby and the fix is to upgrade the
openssl gem. I've added the gem to the development dependencies.
@mattbrictson mattbrictson added 🏠 Housekeeping Non-user facing cleanup and maintenance automerge Automatically merge PR once all required checks pass labels Oct 15, 2025
@kodiakhq kodiakhq Bot merged commit c7ec991 into main Oct 15, 2025
9 checks passed
@kodiakhq kodiakhq Bot deleted the chores/openssl branch October 15, 2025 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Automatically merge PR once all required checks pass 🏠 Housekeeping Non-user facing cleanup and maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant