http://www.jroller.com/gmazza/entry/ssl_for_web_services might help.

Glen

On 04/17/2012 04:30 PM, Castyn2 wrote:
How would you setup a CXF Consumer to use an SSL cert?

If I have a bean such as

        <cxf:cxfEndpoint
                id="initiateCXFConsumer"
                address="https://0.0.0.0:9191/InitiateService";
                wsdlURL="wsdl/initiate.wsdl"
                serviceClass="com.test.webservice.JavelinInitiateService">
        <cxf:properties>
        <entry key="schema-validation-enabled" value="true" />
        <entry key="faultStackTraceEnabled" value="false" />
        </cxf:properties>
        </cxf:cxfEndpoint>

But the incoming messages are over SSL and ultimately I need the consumer to
validate the cert is there any way to do this?

--
View this message in context: 
http://cxf.547215.n5.nabble.com/SSL-Certs-within-CXF-tp5647509p5647509.html
Sent from the cxf-user mailing list archive at Nabble.com.


--
Glen Mazza
Talend Community Coders
coders.talend.com
blog: www.jroller.com/gmazza

Reply via email to