You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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 setmax_version
Additional information
Documentation for ruby 3.0
I can submit a PR if this is a desirable change
The text was updated successfully, but these errors were encountered: