[
https://issues.apache.org/jira/browse/CXF-8930?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17766830#comment-17766830
]
Colm O hEigeartaigh commented on CXF-8930:
------------------------------------------
This might be what you want?
[https://github.com/apache/cxf/blob/2b8a745b4087609166c3fcfa8946da1adca16d76/systests/transports/src/test/java/org/apache/cxf/systest/https/trust/TrustServerNoSpring.java#L4]
> 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
> Priority: Minor
>
> 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)