George McCone created CXF-8930: ---------------------------------- Summary: Example showing enabling HTTPS programmatically through code. Key: CXF-8930 URL: https://issues.apache.org/jira/browse/CXF-8930 Project: CXF Issue Type: Improvement Components: Core Affects Versions: 3.3.13 Reporter: George McCone
In our system, we dynamically standup multiple Endpoints programmatically and do not use any of the bean xml configuration. We have been successfully using CXF for open HTTP enpoints, but recently have been switching over to HTTPS. All the documentation and examples we can find in the [Apache CXF -- Jetty Configuration|https://cxf.apache.org/docs/jetty-configuration.html] and examples at [wsdl_first_https|https://github.com/apache/cxf/blob/main/distribution/src/main/release/samples/wsdl_first_https/src/main/java/demo/hw_https/server/Server.java] are all using spring configuration files. Looking to have an example that shows HTTPS configuration without the use of any external configuration files. -- This message was sent by Atlassian Jira (v8.20.10#820010)