Skip to content

[WFSSL-119] Update SslCiphersTest#testAvailableProtocolsWithTLS13CipherSuites#144

Closed
istraka wants to merge 1 commit intowildfly-security:mainfrom
istraka:main
Closed

[WFSSL-119] Update SslCiphersTest#testAvailableProtocolsWithTLS13CipherSuites#144
istraka wants to merge 1 commit intowildfly-security:mainfrom
istraka:main

Conversation

@istraka
Copy link
Contributor

@istraka istraka commented Feb 12, 2025

Jira issue: https://issues.redhat.com/browse/WFSSL-119

The test fails on RHEL9 , because TLS_AES_128_CCM_8_SHA256 is disabled in RHEL. See https://www.redhat.com/en/blog/transport-layer-security-version-13-red-hat-enterprise-linux-8

javax.net.ssl.SSLException: error:0A0000B5:SSL routines::no ciphers available
	at org.wildfly.openssl.OpenSSLEngine.handshake(OpenSSLEngine.java:1133)
	at org.wildfly.openssl.OpenSSLEngine.beginHandshakeImplicitly(OpenSSLEngine.java:1075)
	at org.wildfly.openssl.OpenSSLEngine.wrap(OpenSSLEngine.java:439)
	at java.base/javax.net.ssl.SSLEngine.wrap(SSLEngine.java:524)
	at org.wildfly.openssl.OpenSSLSocket.runHandshake(OpenSSLSocket.java:305)
	at org.wildfly.openssl.OpenSSLSocket.write(OpenSSLSocket.java:509)
	at org.wildfly.openssl.OpenSSLSocket.write(OpenSSLSocket.java:555)
	at org.wildfly.openssl.OpenSSLOutputStream.write(OpenSSLOutputStream.java:51)
	at org.wildfly.openssl.SslCiphersTest.testAvailableProtocolsWithTLS13CipherSuites(SslCiphersTest.java:161)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:383)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:344)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:125)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:417)

@fjuma
Copy link
Contributor

fjuma commented Feb 12, 2025

@istraka Please create a WFSSL issue and reference it in the title and commit message, thanks.

@istraka istraka changed the title Update SslCiphersTest#testAvailableProtocolsWithTLS13CipherSuites [WFSSL-119] Update SslCiphersTest#testAvailableProtocolsWithTLS13CipherSuites Feb 12, 2025
@istraka
Copy link
Contributor Author

istraka commented Feb 12, 2025

@fjuma done.

@fjuma fjuma requested a review from darranl February 14, 2025 14:19
@mchoma
Copy link
Contributor

mchoma commented Sep 11, 2025

@fjuma can this be merged?

@fjuma
Copy link
Contributor

fjuma commented Sep 11, 2025

@fjuma can this be merged?

@darranl @skyllarr ^

@skyllarr
Copy link
Contributor

I will merge this after I fix the outdated GH workflow file that makes all jobs fail right now

@skyllarr
Copy link
Contributor

This was merged via #147 , thanks @istraka !

@skyllarr skyllarr closed this Sep 16, 2025
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.

4 participants