I try to create a BC with the role "provider" that connect with a Web
Services by SSL and auth basic. But in the documentation said that the basic
auth only has enabled for role "consumer" .. it's right?

But the keystore and truststore not found, i think that the path can be
mistaken.

regards



tterm wrote:
> 
> set it with "file:" (keystore , truststore)
> 
> You should provide more information on what you are want to do.
> 
> jlbarrera wrote:
>> 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#a9316283
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to