jamesnetherton commented on PR #6293: URL: https://github.com/apache/camel-quarkus/pull/6293#issuecomment-2248006220
Seems the QCXF SSL tests are broken. Maybe due to the new Vert.x HTTP Client that has been introduced. The swallowed exception is: ``` 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) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org