I have looked into the camel-http4 / apache httpclient 4.x coding some time ago and if I remember correctly, only one set of ssl context parameters is possible per scheme. This was always the case (but the check is probably new). Without the check the component would use any one of the two definitions.
You can work around this limitation by creating a new scheme (like https4-alt or something).Then you can apply a different set of SSL context parameters to this alternative scheme. See the documentation of the camel http4 component documentation for details ("using different SSLContextParameters"). Regards Stephan -----Original Message----- From: damien [mailto:damien.c...@mq.edu.au] Sent: Montag, 23. Juni 2014 08:38 To: users@camel.apache.org Subject: Re: Only same instance of SSLContextParameters is supported I've just test it with Camel 2.8, it's always good. What has been changed with Camel 2.12? Thanks Damien -- View this message in context: http://camel.465427.n5.nabble.com/Only-same-instance-of-SSLContextParameters-is-supported-tp5752688p5752689.html Sent from the Camel - Users mailing list archive at Nabble.com.