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

Use min_version= instead of ssl_version= for SSL Context #57

Open
iuri-gg opened this issue Dec 9, 2023 · 0 comments
Open

Use min_version= instead of ssl_version= for SSL Context #57

iuri-gg opened this issue Dec 9, 2023 · 0 comments

Comments

@iuri-gg
Copy link
Contributor

iuri-gg commented Dec 9, 2023

Is your feature request related to a problem? Please describe.
I noticed that we currently use ssl_version= method to set TLS cipher version which sets both min and max supported version. This method is deprecated.

Describe the solution you'd like
I suggest using min_version= instead and don't set max_version

Additional information
Documentation for ruby 3.0

I can submit a PR if this is a desirable change

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

No branches or pull requests

1 participant