Skip to content

Use openssl@1.1 with homebrew

Sean Gregory requested to merge sgregory/openssl-make-fix into main

What does this Merge Request do and why?

This Merge Request uses openssl@1.1 when building certs for the docker registry on MacOS. The MR fixes an issue when brew --prefix openssl returns openssl@3 but is not installed.

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