Hi, How can I implement certificate based authentication in camel I am using cxf which uses jetty as transport. I have currently configured jetty for https and enabled certificate based authentication. I assume that you have to add client CA cert in the server trust store and server CA cert in the client trust store. Is there anything else I need to do or anything I am doing wrong? I have written a client that uses http conduit for ssl setup. This does not work and gives ssslhandshake exception but the certificate based client authentication happens from google chrome after I add the client certificate to chrome. Regards, Vikas