This is our xbean.xml:

<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns:http="http://servicemix.apache.org/http/1.0"; 
xmlns:sa="http://sa"; 
xmlns:sahs="http://sa/hs";>      

        <classpath>
                <location>.</location> 
        </classpath>
        
        <http:endpoint service="sahs:hs" 
                        endpoint="porths" 
                        role="consumer"
                        locationURI="https://0.0.0.0:8192/Service/"; 
                        defaultMep="http://www.w3.org/2004/08/wsdl/in-out";
                        targetEndpoint="portseh"
                        targetService="sa:sajbiseHTTP"                  
>
        
                        <http:ssl>
                        <http:sslParameters keyStore="conf/serverkey.jks"
                            keyStorePassword="my_keystore_password"
                            needClientAuth="true"/>
                  </http:ssl>
        </http:endpoint>
</beans>


The keystore file was created using keytool.exe from java.
Hope this helps...


jlbarrera wrote:
> 
> Hello wizard,
> 
> I have seen that you are using HTTP BC with SSL.
> You could explain me how you have make it? and how you create the
> keystores?
> it will be very useful for me.
> 
> Thanks!
> 
> 
> wizard wrote:
>> 
>> Hi all,
>> 
>> We are using HTTP BC with SSL enabled. This BC points to a SE developed
>> by us. What we want to do is to authenticate a given user in this SE. Our
>> client doesn't have any login info, apart from the certificates. Is this
>> required?
>> 
>> In our SE we use NormalizedMessage.getSecuritySubject(), but this always
>> returns null. How can we get info about the user in a SE?
>> 
>> Thanks in advance!
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Authenticate-user-in-Service-Engine-tf3016263s12049.html#a9395564
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to