Re: cxf client with conduit and dynamic endpoint

2018-06-21 Thread Tóth Csaba
Hello! Meanwhile i did the same, create (config) more proxy with fixed address, and dynamic choose one. Thanx Csaba On 2018-06-21 13:42, James Carman wrote: What I do in these situations is generate multiple client proxies for each endpoint and then put a dynamic proxy in front of them to do

Re: cxf client with conduit and dynamic endpoint

2018-06-21 Thread James Carman
What I do in these situations is generate multiple client proxies for each endpoint and then put a dynamic proxy in front of them to do the switching between them. The client proxies aren’t too expensive to create. On Wed, Jun 13, 2018 at 11:18 AM Tóth Csaba wrote: > Hello! > I need to put a

Re: cxf client with conduit and dynamic endpoint

2018-06-21 Thread Tóth Csaba
Hello! If somebody prepare the two service (same server cert, different client cert, over tls, some simple webservice), I can create a client for it, and than we have a test case. Csaba On 2018-06-19 11:06, Tóth Csaba wrote: Hello! No, i dont have test case, I'm not an expert to create a

Re: cxf client with conduit and dynamic endpoint

2018-06-19 Thread Tóth Csaba
Hello! No, i dont have test case, I'm not an expert to create a test case with tls client cert services and all needed component. Because i try develop a client, I even dont know how to start to develop the services with certification. sorry Csaba On 2018-06-19 10:37, Colm O hEigeartaigh

Re: cxf client with conduit and dynamic endpoint

2018-06-19 Thread Colm O hEigeartaigh
Do you have a test-case I can run to reproduce the problem? Colm. On Tue, Jun 19, 2018 at 8:52 AM, Tóth Csaba wrote: > Hello! > I did some research: > > I tired to debug the certification selection methods, and found this class > (TLSClientParametersConfig). this handle the tls config from the

Re: cxf client with conduit and dynamic endpoint

2018-06-15 Thread Tóth Csaba
Hello! -Need the same WS service in different endpoint. -both need to set up to use client certification but different one. (maybe good if the boot client cert is similar as it can be) -put the certs and the server certs into different keystore (one keystore for each endpoint) -set up the

Re: cxf client with conduit and dynamic endpoint

2018-06-14 Thread Colm O hEigeartaigh
Do you have a test-case to reproduce the issue? Colm. On Wed, Jun 13, 2018 at 4:18 PM, Tóth Csaba wrote: > Hello! > I need to put a client into the webapp what communicate over ssl and > before every call need to evaluate and maybe change the endpoint url. > I set up the system via