On Thu, Nov 3, 2011 at 11:44 AM, finger <[email protected]> wrote: > Hi! > > s-http (secure http) I want to use. > camel works support for s-http ? > If you use supporting What should I set? >
Can you be a bit more elaborate? Where do you want to use HTTPS ? For example in this <to> step? <to uri="http://shttp.test.com?bridgeEndpoint=true"/> Then read this page http://camel.apache.org/http > current setting : > <route id="shttp"> > <from uri="servlet:///test?matchOnUriPrefix=true"/> > <camel:convertBodyTo type="String"/> > <camel:process ref="inProcessor"/> > <to uri="http://shttp.test.com?bridgeEndpoint=true"/> > <camel:convertBodyTo type="String"/> > <camel:process ref="outProcessor"/> > </route> > > result : > HttpOperationFailedException > > -- > View this message in context: > http://camel.465427.n5.nabble.com/camel-is-support-for-s-http-tp4960717p4960717.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus, fusenews Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
