Re: HTTPS authentication setup using camel-http

2009-11-03 Thread Willem Jiang
I think we should move this discussion into camel-user mail list to get more feed back :) Basically, camel-http component is built on the top of http client, and you can use implement your customer org.apache.camel.component.http.HttpClientConfigurer to do some configuration on the http clien

Re: HTTPS authentication setup using camel-http

2009-11-05 Thread bwhite
that makes sense. -Bryan -- View this message in context: http://old.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26220038.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HTTPS authentication setup using camel-http

2009-11-06 Thread Claus Ibsen
yHttpClientConfigurer" in my example). Then you set that configurer > on the http component from your camel route builder, as per my example. I > hope that makes sense. > > -Bryan > -- > View this message in context: > http://old.nabble.com/Re%3A-HTTPS-authentication-setup

Re: HTTPS authentication setup using camel-http

2009-11-08 Thread Claus Ibsen
on :). Did it work before or is it the first time you try with HTTPS ? I wonder if HTTPS is supported in camel 1.4.0. I cant remember but its likely added later. > Thanks! > > Bryan > -- > View this message in context: > http://old.nabble.com/Re%3A-HTTPS-authentication-se

Re: HTTPS authentication setup using camel-http

2009-11-11 Thread bwhite
Hi Claus, Yes, this is my first attempt at getting camel-http working with https. Can you verify if this should work in Camel 1.4.0? Thanks! -- View this message in context: http://old.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26306184.html Sent from the Camel

Re: HTTPS authentication setup using camel-http

2009-11-12 Thread Claus Ibsen
d.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26306184.html > Sent from the Camel - Users mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration:

Re: HTTPS authentication setup using camel-http

2009-11-12 Thread bwhite
t https is not completely working in 1.4.0. I'm limited in how high I can upgrade my camel version, but I'll try with 1.5 and perhaps 1.6. -- View this message in context: http://old.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26328725.html Sent from the Ca

Re: HTTPS authentication setup using camel-http

2009-11-12 Thread Willem Jiang
I checked the code and the change log, camel-http component supports https protocol after Camel 1.5.0. So you'd better upgrade the camel version, or ask commercial support as Claus suggested. Willem bwhite wrote: I found only one reference to "https" in the camel-http 1.4.0 codebase. getPort

Re: HTTPS authentication setup using camel-http

2009-12-14 Thread ychawla
rotocolSocketFactory( >> new URL("file:my.keystore"), "mypassword", >> new URL("file:my.truststore"), "mypassword"), 443); >> Protocol.registerProtocol("https", authhttps); >> >> > > -- View this message in context: http://old.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26779969.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: HTTPS authentication setup using camel-http

2009-12-14 Thread Claus Ibsen
cketFactory( >>> new URL("file:my.keystore"), "mypassword", >>> new URL("file:my.truststore"), "mypassword"), 443); >>> Protocol.registerProtocol("https", authhttps); >>> >>> >> >> >

Re: HTTPS authentication setup using camel-http

2009-12-14 Thread ychawla
his message in context: http://old.nabble.com/Re%3A-HTTPS-authentication-setup-using-camel-http-tp26190394p26780221.html Sent from the Camel - Users mailing list archive at Nabble.com.