Hi Boris,
Did you resolve this problem?
Seems to me that this is a resource path problem, how do you package your sa and su?
Sorry for reply too late.

Freeman


boris wrote:
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

Reply via email to