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

cxf-soap SSL tests fail with Quarkus CXF 3.13.0 #6294

Closed
jamesnetherton opened this issue Jul 24, 2024 · 1 comment · Fixed by #6303
Closed

cxf-soap SSL tests fail with Quarkus CXF 3.13.0 #6294

jamesnetherton opened this issue Jul 24, 2024 · 1 comment · Fixed by #6303
Assignees
Labels
Milestone

Comments

@jamesnetherton
Copy link
Contributor

Bug description

Likely caused by the new Vert.x HTTP client being used as the default. Which I don't fully understand, because the docs state that it's experimental.

Caused by: java.lang.IllegalStateException: io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit does not support SSLSocketFactory set via TLSClientParameters
	at io.quarkiverse.cxf.vertx.http.client.VertxHttpClientHTTPConduit.setupConnection(VertxHttpClientHTTPConduit.java:119)
	at org.apache.cxf.transport.http.HTTPConduit.prepare(HTTPConduit.java:551)
	at org.apache.cxf.interceptor.MessageSenderInterceptor.handleMessage(MessageSenderInterceptor.java:47)
	at org.apache.cxf.phase.PhaseInterceptorChain.doIntercept(PhaseInterceptorChain.java:307)
	at org.apache.cxf.endpoint.ClientImpl.doInvoke(ClientImpl.java:530)
	at org.apache.cxf.endpoint.ClientImpl.invoke(ClientImpl.java:434)
	at org.apache.camel.component.cxf.jaxws.CxfProducer.process(CxfProducer.java:120)

I will disable the problem tests for now.

@jamesnetherton jamesnetherton added the bug Something isn't working label Jul 24, 2024
jamesnetherton added a commit to jamesnetherton/camel-quarkus that referenced this issue Jul 24, 2024
aldettinger pushed a commit that referenced this issue Jul 24, 2024
* Upgrade Quarkus to 3.13.0

* Upgrade Quarkus CXF to 3.13.0

* Disable cxf-soap SSL tests due to #6294
@jamesnetherton jamesnetherton added this to the 3.14.0 milestone Jul 29, 2024
@ppalaga ppalaga self-assigned this Jul 29, 2024
@ppalaga
Copy link
Contributor

ppalaga commented Jul 29, 2024

Blocked by quarkiverse/quarkus-cxf#1456

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants