Are your self-signed keys/certs just for testing purposes? If so you could attach them + I'll try to reproduce with the simpleWebapp demo.
Colm. On Wed, Aug 26, 2015 at 1:22 PM, tazouxme <[email protected]> wrote: > Yes the applicationContext is correctly set. > I deeply debugged to understand how the HTTPConduit is built and it seems > that the <http:conduit> config is not considered... > > Here calls I found during the debug: > > PhaseInterceptorChain::doIntercept > MessageSenderInterceptor::handleMessage > HTTPConduit::prepare > URLConnectionHTTPConduit::setupConnection --> > message.put(KEY_HTTP_CONNECTION, connection); > URLConnectionHTTPConduit::createConnection > HttpsURLConnectionFactory::createConnection --> > tlsClientParameters == > null > HttpsURLConnectionFactory::decorateWithTLS > --> socketFactory == null --> > keyManagers == null > URLConnectionHTTPConduit::createOutputStream > new URLConnectionWrappedOutputStream > ... > SAAJOutInterceptor::handleMessage > ... > UTF8Writer::mOut <- URLConnectionWrappedOutputStream > ... > URLConnectionWrappedOutputStream::getHttpsURLConnectionInfo --> > returns new > HttpsURLConnectionInfo with empty localCertificates > > Is it a normal behavior? It there something I don't understand or I > misunderstand? > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Sorry-CXF-Fediz-IDP-cannot-satisfy-your-request-tp5760366p5760465.html > Sent from the cxf-user mailing list archive at Nabble.com. > -- Colm O hEigeartaigh Talend Community Coder http://coders.talend.com
