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

TLSv1_3 is not supported #7

Open
JoshuaSmeda opened this issue Jan 24, 2023 · 0 comments
Open

TLSv1_3 is not supported #7

JoshuaSmeda opened this issue Jan 24, 2023 · 0 comments

Comments

@JoshuaSmeda
Copy link

JoshuaSmeda commented Jan 24, 2023

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?

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