Return-Path: X-Original-To: apmail-directory-users-archive@www.apache.org Delivered-To: apmail-directory-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 313D911415 for ; Fri, 27 Jun 2014 22:26:58 +0000 (UTC) Received: (qmail 80014 invoked by uid 500); 27 Jun 2014 22:26:58 -0000 Delivered-To: apmail-directory-users-archive@directory.apache.org Received: (qmail 79984 invoked by uid 500); 27 Jun 2014 22:26:58 -0000 Mailing-List: contact users-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@directory.apache.org Delivered-To: mailing list users@directory.apache.org Received: (qmail 79972 invoked by uid 99); 27 Jun 2014 22:26:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 22:26:57 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 209.85.212.170 as permitted sender) Received: from [209.85.212.170] (HELO mail-wi0-f170.google.com) (209.85.212.170) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Jun 2014 22:26:51 +0000 Received: by mail-wi0-f170.google.com with SMTP id cc10so3370365wib.1 for ; Fri, 27 Jun 2014 15:26:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=YL04PJcbOqqFuTP00BWH7qOHxVbk+tCdaRaos0Doci0=; b=FVsThwRCpoqEUyKgP9kkKBtntiETmncPnHsm9JnuMJymusLOQQEbyXvCGT2Yx0KTN1 T1dpLRwxwYcouD/DKDl/KNOsIVLcPrheXioPT+h0MZRmrtHpFisWM4F2quazd+e3WIZ6 h4tH+U5/cVxEQlQT1ax89+WzxENJKAeiab5RB8VrjL42FC/NDPP+oqYW2eUnhN5DfCqB FAJof+RieDGkwi6o3S02xIydQInPmEqRqR1JgMdm2OonUchh0DOqFxjlE+TMj33yaf7b 9latz4xQ6JpP1RU+8Ou8mY+abIcDIMeGsXqvcdJ+5K14/DU463JtcI118AjwFzg1VVUG ARSg== X-Received: by 10.180.37.230 with SMTP id b6mr14561621wik.47.1403907989976; Fri, 27 Jun 2014 15:26:29 -0700 (PDT) Received: from [192.168.1.29] (i19-les01-ix2-212-195-127-200.sfr.lns.abo.bbox.fr. [212.195.127.200]) by mx.google.com with ESMTPSA id o10sm24084810wjy.0.2014.06.27.15.26.28 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 27 Jun 2014 15:26:28 -0700 (PDT) Message-ID: <53ADEF93.1070308@gmail.com> Date: Sat, 28 Jun 2014 00:26:27 +0200 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: users@directory.apache.org Subject: Re: [LDAP API] secure connection example References: <53AD98B0.5070109@gmail.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 27/06/2014 18:29, Maxim Solodovnik a écrit : > Thanks for the quick response > This was my first idea > > Unfortunately I have no environment to test :( > The user, reported this says: > "thank you for your hints. I will have a look at it. The thing is: with > moodle & mahara (php software) it works with all the ldaps settings. ;-(" > > The code I'm using: is here > https://svn.apache.org/viewvc/openmeetings/branches/3.0.x/src/main/java/org/apache/openmeetings/ldap/LdapLoginManagement.java?view=markup > line ~228 > > Maybe I'm using API somehow wrong? or additional keystores should be added Hmmm... If it works with PHP, and if it's a secured connection, I would suggest that the user try without SSL to see if it works with the same users/password. If so, it may be a pb with the certificate being used.