Hello there.

I was looking for documentation or example for setting up SSL connection for
ldap component. Only what i found, was only JSSE Utility
(http://camel.apache.org/camel-configuration-utilities.html) but ldap
component is not supported.

Any ideas how to set up SSL keystore in spring configuration?

I tried

    <camel:keyStoreParameters
            id="xxx"
            camelContextId="ctx"
            resource="{absolute_path_to_keystore}"
            type="JKS"
            password="password"/>

but it's not working.

Thank you for your response.



--
View this message in context: 
http://camel.465427.n5.nabble.com/LDAP-connection-via-SSL-tp5723224.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to