Return-Path: X-Original-To: apmail-cxf-users-archive@www.apache.org Delivered-To: apmail-cxf-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C620317E48 for ; Wed, 26 Aug 2015 12:22:15 +0000 (UTC) Received: (qmail 64196 invoked by uid 500); 26 Aug 2015 12:22:15 -0000 Delivered-To: apmail-cxf-users-archive@cxf.apache.org Received: (qmail 64123 invoked by uid 500); 26 Aug 2015 12:22:15 -0000 Mailing-List: contact users-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@cxf.apache.org Delivered-To: mailing list users@cxf.apache.org Received: (qmail 64112 invoked by uid 99); 26 Aug 2015 12:22:14 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Aug 2015 12:22:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 842C4EE2AE for ; Wed, 26 Aug 2015 12:22:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.487 X-Spam-Level: *** X-Spam-Status: No, score=3.487 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id T6cLWQst-LSe for ; Wed, 26 Aug 2015 12:22:13 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id F41A825CD9 for ; Wed, 26 Aug 2015 12:22:12 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 79E1914082DC for ; Wed, 26 Aug 2015 05:19:52 -0700 (PDT) Date: Wed, 26 Aug 2015 05:22:11 -0700 (MST) From: tazouxme To: users@cxf.apache.org Message-ID: <1440591731912-5760465.post@n5.nabble.com> In-Reply-To: References: <1440280838869-5760366.post@n5.nabble.com> <1440434391188-5760392.post@n5.nabble.com> <1440491257771-5760408.post@n5.nabble.com> <1440523921633-5760427.post@n5.nabble.com> Subject: Re: Sorry, CXF Fediz IDP cannot satisfy your request. MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Yes the applicationContext is correctly set. I deeply debugged to understand how the HTTPConduit is built and it seems that the 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.