jlbarrera wrote:
> 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?
I never tested basic auth. I used just ssl for authentication with
certificates.

> 
> But the keystore and truststore not found, i think that the path can be
> mistaken.
The truststore and keystore will be found. You might try to put both
into the conf directory of servicemix and specify in the config file
file:con/your.truststore.jks or something. That works.

This is also a big help sometimes:
-Djavax.net.debug=ssl

Cheers,
Thomas

> 
> 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!
>>
>>
>>
> 


-- 
Thomas Termin
_______________________________
blue elephant systems GmbH
Wollgrasweg 49
D-70599 Stuttgart

Tel    :  (+49) 0711 - 45 10 17 676
Fax    :  (+49) 0711 - 45 10 17 573
WWW    :  http://www.blue-elephant-systems.com
Email  :  [EMAIL PROTECTED]

blue elephant systems GmbH
Firmensitz      : Wollgrasweg 49, D-70599 Stuttgart
Registergericht : Amtsgericht Stuttgart, HRB 24106
Geschäftsführer : Holger Dietrich, Thomas Gentsch, Joachim Hoernle

Reply via email to