Skip to content

[CASSANDRA-21441][trunk] Fix TLS-related tests after a JDK update in build image#4875

Open
netudima wants to merge 1 commit into
apache:trunkfrom
netudima:CASSANDRA-21441-trunk
Open

[CASSANDRA-21441][trunk] Fix TLS-related tests after a JDK update in build image#4875
netudima wants to merge 1 commit into
apache:trunkfrom
netudima:CASSANDRA-21441-trunk

Conversation

@netudima

@netudima netudima commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

add SAN to certificates used to test
add TLS_ECDHE_ to ciphers list in SSTableLoaderEncryptionOptionsTest
AuthAuditLoggingTest: newer JDK/Netty versions prepend a TLS alert name (certificate_required) to the SSL error message, which the regex didn't account for. The fix makes that prefix optional

Patch by Dmitry Konstantinov; reviewed by TBD for CASSANDRA-21441

add SAN to certificates used by tests
add TLS_ECDHE_* to ciphers list in SSTableLoaderEncryptionOptionsTest
AuthAuditLoggingTest: newer JDK/Netty versions prepend a TLS alert name (certificate_required) to the SSL error message, which the regex didn't account for. The fix makes that prefix optional

Patch by Dmitry Konstantinov; reviewed by Michael Semb Wever for CASSANDRA-21441
@netudima netudima force-pushed the CASSANDRA-21441-trunk branch from 7e33873 to 9683a70 Compare June 13, 2026 13:35
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.

2 participants