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 389D410262 for ; Sat, 5 Sep 2015 17:48:34 +0000 (UTC) Received: (qmail 97777 invoked by uid 500); 5 Sep 2015 17:48:33 -0000 Delivered-To: apmail-camel-users-archive@camel.apache.org Received: (qmail 97725 invoked by uid 500); 5 Sep 2015 17:48:33 -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 97714 invoked by uid 99); 5 Sep 2015 17:48:33 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2015 17:48:33 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id C4CE2181B4C for ; Sat, 5 Sep 2015 17:48:32 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.515 X-Spam-Level: ** X-Spam-Status: No, score=2.515 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id fKMNsN-MqefJ for ; Sat, 5 Sep 2015 17:48:21 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 67E2E42B36 for ; Sat, 5 Sep 2015 17:48:21 +0000 (UTC) Received: from msam.nabble.com (unknown [162.253.133.85]) by mbob.nabble.com (Postfix) with ESMTP id 2182C14D87FB for ; Sat, 5 Sep 2015 10:44:49 -0700 (PDT) Date: Sat, 5 Sep 2015 10:48:20 -0700 (MST) From: "anish.somadevan" To: users@camel.apache.org Message-ID: <1441475300979-5771280.post@n5.nabble.com> In-Reply-To: <1441332348702-5771228.post@n5.nabble.com> References: <1440978842165-5771091.post@n5.nabble.com> <1441061232553-5771107.post@n5.nabble.com> <1441082725686-5771109.post@n5.nabble.com> <1441171185520-5771145.post@n5.nabble.com> <1441231770624-5771180.post@n5.nabble.com> <1441246224306-5771189.post@n5.nabble.com> <1441321541751-5771227.post@n5.nabble.com> <1441332348702-5771228.post@n5.nabble.com> Subject: Re: PEM File for Authentication in route MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit I tried having the sslContextPArameters tag outside the routes tag, but that didn't help either. I now have my route as given below, GET Basic YWRtaW46dGVzdHBhc3M= And i get this error, Exhausted after delivery attempt: 1 caught: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated: javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated at com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(Unknown Source) [jsse.jar:1.6] -- View this message in context: http://camel.465427.n5.nabble.com/PEM-File-for-Authentication-in-route-tp5771084p5771280.html Sent from the Camel - Users mailing list archive at Nabble.com.