On Sat, Nov 7, 2009 at 12:20 AM, bwhite <[email protected]> wrote: > > Hi Willem and Claus, > > Say I have the following camel route: > > from(<some_endpoint>).to("http://<some_external_service>"); > > When I use https in the camel-http endpoint instead of http like this: > > from(<some_endpoint>).to("https://<some_external_service>"); > > I get the following exception when I try to deploy the SA: > > org.apache.xbean.kernel.ServiceRegistrationException: > org.apache.camel.NoSuchEndpointException: No endpoint could be found for: > https://<some_external_service> > > Is this exception normal? Should I be able to use https://... in the > camel-http endpoint? Or do I need to use http://... and then use > AuthSSLProtocolSocketFactory to register http as the SSL-authenticated > protocol? (that works, but it seems like a wierd workaround to me) > > I am using Servicemix 3.2.2 and Camel 1.4.0. >
That is an old version :). 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-setup-using-camel-http-tp26190394p26230916.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: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus
