1. sslContextParameters is a component option, which means you need to configure it in the component, not in the endpoint.
<bean class="org.apache.camel.component.http4.HttpComponent"> <property name="sslContextParameters" ref="..." /> </bean> 2. I don't think the <routes /> element supports nesting the <sslContextParameters /> element. Note how it is configured here [1]. [1] https://camel.apache.org/camel-configuration-utilities.html *Raúl Kripalani* Apache Camel PMC Member & Committer | Enterprise Architect, Open Source Integration specialist http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani http://blog.raulkr.net | twitter: @raulvk On Wed, Sep 2, 2015 at 11:09 PM, anish.somadevan <netan...@gmail.com> wrote: > Am not able to make any progress beyond this. Can you please let me know if > there is anything that am missing in my implementation? > > Thanks, > Anish > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/PEM-File-for-Authentication-in-route-tp5771084p5771180.html > Sent from the Camel - Users mailing list archive at Nabble.com. >