Hi,

I’m trying to get my CXFBC-Provider work with SSL. The config fragment looks
like this:

    <http:tlsClientParameters secureSocketProtocol="SSL">
      <sec:trustManagers>
          <sec:keyStore type="JKS" password="changeit"
               resource="cert/truststore.jks"/>
      </sec:trustManagers>
</http:tlsClientParameters>

Apparently, in my UnitTest everything works very well, but when I pack it in
ServiceUnit/ServiceAssembly and deploy in SMix then it seems that the
truststore is somehow not initiated. Any ideas?

Many thanks,

Boris

-- 
View this message in context: 
http://www.nabble.com/cxf-provider-with-truststore-as-a-resource-tp15269072s12049p15269072.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to