A breaking change in OpenSSL 3.6.0 causes SSL certificate verification errors in Ruby projects. The issue stems from an unintentional change by the OpenSSL team that broke Ruby's OpenSSL integration. The fix involves updating the openssl gem to version 3.3.1 (for Ruby 3.4.x), 3.2.2 (for Ruby 3.3.x), or 3.1.2 (for Ruby 3.2.x) by adding the appropriate version to your Gemfile and running bundle install.
Sort: