Re: Certificate issues when upgrading from 2.8 to 2.10

2013-12-03 Thread Willem Jiang
Hi, Can you try to use the last Camel version to verify the if the issue is still there? We upgraded the httpClient 4.x version several times. --  Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English)           http://jnn.iteye.com (Chinese)

Certificate issues when upgrading from 2.8 to 2.10

2013-12-02 Thread rouble
Camel Gurus, I am running Camel 2.8, and to proxy a https web service I use the following simple route: from(servlet:///proxyWebService/api/?matchOnUriPrefix=true) .process(myProcessor) .to(https4://realWebService:8443/api/?bridgeEndpoint=truethrowExceptionOnFailure=false); This