Hello, I have been trying to deploy a web service programmatically over HTTPS for a few days now with no luck. I am able to deploy it over HTTP with no problems by using either org.apache.cxf.jaxws.JaxWsServerFactoryBean or javax.xml.ws.Endpoint.publish(). I cannot find a way to add SSL/TLS configuration to either method above.
I am running in WildFly 10.1.0.Final which uses Undertow and not Jetty. Any help on this would be greatly appreciated. Thanks, Marc -- Sent from: http://cxf.547215.n5.nabble.com/cxf-user-f547216.html
