We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Receiving error:
Failure/Error: it { is_expected.to support_protocol('TLSv1_3') } ArgumentError: unknown SSL method `TLSv1_3'
Available options from SSLContext is:
SSLv23 SSLv23_client SSLv23_server SSLv2 SSLv2_client SSLv2_server SSLv3 SSLv3_client SSLv3_server TLSv1 TLSv1_client TLSv1_server TLSv1_1 TLSv1_1_client TLSv1_1_server TLSv1_2 TLSv1_2_client TLSv1_2_server
Are there plans to support TLSv1.3?
TLSv1.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Receiving error:
Available options from SSLContext is:
Are there plans to support
TLSv1.3
?The text was updated successfully, but these errors were encountered: