jochenr commented on issue #5218: URL: https://github.com/apache/camel-quarkus/issues/5218#issuecomment-1702311254
I did another reproducer: https://github.com/jochenr/camel-quarkus/tree/main/integration-test-groups/cxf-soap/cxf-soap-ws-security-server the idea of this reproducer is to use https://github.com/apache/camel-quarkus/tree/3.2.x/integration-test-groups/cxf-soap/cxf-soap-ws-security-server and extend it to use SSL/https as in https://github.com/apache/camel-quarkus/tree/3.2.x/integration-test-groups/cxf-soap/cxf-soap-ssl so the combination of the "cxf-soap-ws-security-server" and "cxf-soap-ssl" tests Now I'm quite sure that the cause of the probloem is using ``` <dependency> <groupId>io.quarkiverse.cxf</groupId> <artifactId>quarkus-cxf-rt-ws-security</artifactId> </dependency> ``` in an application that uses ``` <dependency> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-cxf-soap</artifactId> </dependency> ``` with ssl enabled in application.properties -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
