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.