Thanks for the quick reply, as always, Sergey. A related question: how would I go about setting other socket options, not necessarily related to SSL (connection timeout, etc) using the spec API? I see many examples on the web which show implementation-specific examples (RESTeasy, Jersey) but not for CXF, or for generic clients. The accepted answer to http://stackoverflow.com/questions/22672664/setting-request-timeout-for-jax-rs-2-0-client-api is for RESTeasy, but is pretty much what I'm looking for in CXF.
On Thu, Jun 4, 2015 at 2:22 PM, Sergey Beryozkin <[email protected]> wrote: > Hi > > Here is a test: > > > https://github.com/apache/cxf/blob/master/systests/jaxrs/src/test/java/org/apache/cxf/systest/jaxrs/security/JAXRS20HttpsBookTest.java > > There should be some examples on the web too > > Cheers, Sergey > > On 04/06/15 20:07, Matt Parker wrote: > >> Hi all, >> >> I'm attempting to configure the TLS parameters of the client. I know how >> to >> do this using the TLSClientParameters and the HTTPConduit obtained through >> the CXF WebClient API. However, I'd like to stick with using the JAX-RS >> 2.0 >> spec API. I'm hoping there's some way to get at this using the >> Configuration exposed by the spec (or any other spec-compliant way). >> >> Thanks in advance, >> >> -Matt >> >> > > -- > Sergey Beryozkin > > Talend Community Coders > http://coders.talend.com/ > > Blog: http://sberyozkin.blogspot.com >
