Re: Camel https 401 error

2015-06-12 Thread Reji Mathews
We configured SSL as follows .*_EXPORT_.* .*_EXPORT1024_.* .*_WITH_DES_.* .*_WITH_AES_.* .*_WITH_NULL_.* .*_DH_anon_.* Cheers Reji On Fri, Jun 12, 2015 at 11:54 AM, Vanshul.Chawla wrote: > Hello, > > We are trying to invoke a https service via camel route. We are able to >

Re: Camel https 401 error

2015-06-12 Thread Reji Mathews
Basic Authentication on Camel CXF producer endpoint is supported only from camel version 2.12.3 onwards..checkout http://camel.apache.org/cxf.html In older versions, you have to opt for jaxws:client approach or HttpClient class extended to a java processor. Cheers Reji On Fri, Jun 12, 2015 at 11

Camel https 401 error

2015-06-11 Thread Vanshul . Chawla
Hello, We are trying to invoke a https service via camel route. We are able to successfully invoke that using http. With https, we have provided the truststore details and as we have no other auth mechanism like user name and password, we have not set any auth param. We get 401 error in respons