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

ansible-test - Update http-test-container #83272

Merged
merged 5 commits into from
May 19, 2024

Conversation

mattclay
Copy link
Member

SUMMARY

Update http-test-container to version 3.0.0.

ISSUE TYPE

Feature Pull Request

ADDITIONAL INFORMATION

This disables the cipher suite testing for get_url, lookup_url and uri because they're unable to function properly when both the client and server support TLS 1.3. Testing cipher suite support will require use of a client or server that has TLS 1.3 disabled.

When the client and server both support TLS 1.3, cipher suite selection is effectively a no-op.

Python provides no way to disable TLS 1.3 cipher suites, and no way to prefer user-selected cipher suites.
Since TLS 1.3 includes a mandatory cipher suite, this makes it impossible to induce a cipher suite related error when using TLS 1.3.
@mattclay mattclay merged commit 560d3af into ansible:devel May 19, 2024
66 checks passed
@mattclay mattclay deleted the at-http-test-container branch May 19, 2024 19:36
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.

None yet

1 participant