Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-07 Thread Martin Stiborský
And from the same source, another good one: http://blog.nanthrax.net/2011/08/jax-rs-services-using-cxf-and-karaf/ Sorry for spamming. I just hope that these links could be useful for others, solving the same issue. On Thu, Feb 7, 2013 at 1:25 PM, Martin Stiborský wrote: > This is really helpful

Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-07 Thread Martin Stiborský
This is really helpful: http://blog.nanthrax.net/2012/12/how-to-enable-https-certificate-client-auth-with-karaf/ I'm still not finished, but it's on a good way I guess :) On Thu, Feb 7, 2013 at 11:59 AM, Martin Stiborský < martin.stibor...@gmail.com> wrote: > Hi, yep, I just find out, that I'm m

Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-07 Thread Martin Stiborský
Hi, yep, I just find out, that I'm mixing client and side things :( At least I know what is http conduit for :) ok…pax web…let's see, thanks for help Sergey! On Thu, Feb 7, 2013 at 11:54 AM, Sergey Beryozkin wrote: > Hi, > > On 07/02/13 08:44, Martin Stiborský wrote: > >> Thanks…but, still no lu

Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-07 Thread Sergey Beryozkin
Hi, On 07/02/13 08:44, Martin Stiborský wrote: Thanks…but, still no luck…I have found so many different examples how to configure http:conduit in various environments, with various frameworks, but no combination works for me…even worse, I don't how it *actually* works. I have cxf-rs, camel, runn

Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-07 Thread Martin Stiborský
Thanks…but, still no luck…I have found so many different examples how to configure http:conduit in various environments, with various frameworks, but no combination works for me…even worse, I don't how it *actually* works. I have cxf-rs, camel, running in karaf. For start, I'm trying to setup a si

Re: Configuring SSL for CXF-RS consumers in Camel

2013-02-06 Thread Sergey Beryozkin
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

Configuring SSL for CXF-RS consumers in Camel

2013-02-05 Thread Martin Stiborský
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 possibili