Return-Path: X-Original-To: apmail-camel-users-archive@www.apache.org Delivered-To: apmail-camel-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 4DCA117547 for ; Wed, 10 Jun 2015 13:21:32 +0000 (UTC) Received: (qmail 1594 invoked by uid 500); 10 Jun 2015 13:21:31 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 1554 invoked by uid 500); 10 Jun 2015 13:21:31 -0000 Mailing-List: contact users-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@camel.apache.org Delivered-To: mailing list users@camel.apache.org Received: (qmail 1543 invoked by uid 99); 10 Jun 2015 13:21:31 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Jun 2015 13:21:31 +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 2652BCD080 for ; Wed, 10 Jun 2015 13:21:31 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.233 X-Spam-Level: ** X-Spam-Status: No, score=2.233 tagged_above=-999 required=6.31 tests=[SPF_FAIL=0.919, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-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 DRA-dL6_WbGE for ; Wed, 10 Jun 2015 13:21:22 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTP id 1B00527623 for ; Wed, 10 Jun 2015 13:21:22 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 0ABACEAA65E for ; Wed, 10 Jun 2015 06:21:00 -0700 (PDT) Date: Wed, 10 Jun 2015 06:20:51 -0700 (MST) From: jspyeatt To: users@camel.apache.org Message-ID: <1433942451764-5768072.post@n5.nabble.com> In-Reply-To: <1433872332812-5768038.post@n5.nabble.com> References: <1433540898860-5767922.post@n5.nabble.com> <1433872332812-5768038.post@n5.nabble.com> Subject: Re: https4 2.15.2 not recognizing my httpClientConfigurer endpoint option MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I think I finally have it working. Not certain it's the ideal solution. But it works and it took me a long time navigating through the debugger to figure things out. My route definition was then from("direct:start").transform(simple("FRED")).to("https4://172.30.228.23:8444/InformaCast/RESTServices/V1/Admin/System/ldap/isLdapConfigured?*sslContextParameters=mydumbtrustmanager*"); The key is the implementation of X509TrustManager and when overriding the methods just make certain they don't throw the CertificateException. -- View this message in context: http://camel.465427.n5.nabble.com/https4-2-15-2-not-recognizing-my-httpClientConfigurer-endpoint-option-tp5767922p5768072.html Sent from the Camel - Users mailing list archive at Nabble.com.