Skip to content

Update recommended OpenSSL version for Ruby

Mark Florian requested to merge markrian-main-patch-18867 into main

What does this Merge Request do and why?

This bumps the recommended version of OpenSSL for distros with OpenSSL 3.x to the latest 1.x version, 1.1.1q. It also ensures the version number used is consistent throughout the script examples.

This is a follow-up to Add troubleshooting section for OpenSSL 3 (!2557 - merged) and Update recommended openssl version to the newes... (!2657 - merged).

Merge Request checklist

  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.
  • Add the ~highlight label if this MR should be included in the CHANGELOG.md.

Merge request reports