On 05/02/13 22:19, Martin Stiborský wrote:
Hello guys,
just a quick question, because, I'm a little bit lost…
What is the preffered way to configure SSL for REST interface in Camel
project?
I'm using CXF-RS and so far, sending requests via http was good enough, but
now it gets more serious and I need https…
I have found that one possibility could be through "PAX web" and the second
one "http conduit".
Is it so? What is the difference?
At least the PAX web was not working for me, I have very similar scenario
what is discussed in this thread (
http://camel.465427.n5.nabble.com/Camel-CXF-HTTPS-td5721517.html) but the
"https" resource was not working (connection refused), following the
advices in the discussion there.
Now I'm going to take a look on "http conduit", but anyway, I'd like to ask
you for hints.
Re CXF HTTP Conduit, please check
http://cxf.apache.org/docs/jax-rs-client-api.html#JAX-RSClientAPI-ConfiguringanHTTPConduitfromSpring
HTH, Sergey
Thanks!