Thanks for the reply!

After a lot of testing, I found the sslContextParameters has some issue with
our Squid proxy. 

It doesn't work with the proxy:

https4://*.*.edu.au/Integration/ImportPersons/{dynamicpart}?httpClient.cookiePolicy=ignoreCookies&proxyAuthHost=*.*.*.*&proxyAuthPort=3128&proxyAuthScheme=http4&sslContextParametersRef=sslContextParameters
 

And it works without proxy:

https4://*.*.edu.au/Integration/ImportPersons/{dynamicpart}?httpClient.cookiePolicy=ignoreCookies&proxyAuthScheme=http4&sslContextParametersRef=sslContextParameters
 
 
It looks like the change of the dynamicpart of the url make
sslContextParameters become null after doing something with the proxy.

How can I eliminate the proxy's effect in a simple way?

Otherwise I'll try  to setup the SSLContextParameters directly on the
camel-http4 component as you suggest. Could you please provide some sample
code for this?

Regards
Damien




--
View this message in context: 
http://camel.465427.n5.nabble.com/Only-same-instance-of-SSLContextParameters-is-supported-tp5752688p5752931.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to