Hello
I'm using servicemix-http with SSL.
I have generated the keyStore:
keytool -genkey -keypass password -keystore keystoredemo -storepass
password
And i generated the trustStore:
keytool -import -trustcacerts -keystore keystoretrust -file somename.cer
-v
In the xbean.xml configuration file:
<http:ssl>
<http:sslParameters
keyStore="/home/jlbarrera/keystoredemo"
keyStorePassword="password"
trustStore="/home/jlbarrera/keystoretrust"
trustStorePassword="password"/>
</http:ssl>
But i get the next error:
"No trusted certificate found"
Somebody know the problem? The route of files it's mistaken? I try with
file:///route... too. I'm using Linux filesystem..
Thanks!
--
View this message in context:
http://www.nabble.com/WebServices-and-SSL-tf3333637s12049.html#a9269646
Sent from the ServiceMix - User mailing list archive at Nabble.com.