Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TF-8697: Support Ruby versions lacking OpenSSL constant #300

Merged
merged 2 commits into from
Sep 14, 2023

Conversation

sudomateo
Copy link
Contributor

@sudomateo sudomateo commented Sep 14, 2023

Closes #299

#297 introduced support for TLS v1.3 but broke older Ruby versions that do not have the OpenSSL::SSL:TLS1_2_VERSION constant, which was introduced in Ruby 2.5.

This pull request restores support for older Ruby versions such as Ruby 2.3. While these versions of Ruby are end-of-life, they do still appear in usage in things like embedded Chef. It's not a big change to restore functionality, so we've done that.

This restores support for much older versions of ruby such as 2.3. While
these versions are EOL'd, they do still appear in usage in things like
embedded chef. It's not a big change to restore functionality, so we've
done that.
@sudomateo sudomateo requested a review from a team as a code owner September 14, 2023 18:05
@dhuckins dhuckins merged commit 7bb4a6f into master Sep 14, 2023
14 checks passed
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.

TLS1_2_VERSION errors since updating to 0.18.0
3 participants