From dev-return-30195-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Tue May 05 15:36:55 2009 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 18048 invoked from network); 5 May 2009 15:36:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 15:36:55 -0000 Received: (qmail 62763 invoked by uid 500); 5 May 2009 15:36:55 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 62690 invoked by uid 500); 5 May 2009 15:36:54 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 62682 invoked by uid 99); 5 May 2009 15:36:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 15:36:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 15:36:52 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D1BFA234C04B for ; Tue, 5 May 2009 08:36:31 -0700 (PDT) Message-ID: <1274240428.1241537791857.JavaMail.jira@brutus> Date: Tue, 5 May 2009 08:36:31 -0700 (PDT) From: "Bhaskar Maddala (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-1328) External Keystore Fails: invalid property 'certificatePassword' In-Reply-To: <1305992224.1236895730623.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/DIRSERVER-1328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bhaskar Maddala updated DIRSERVER-1328: --------------------------------------- Attachment: apacheds-protocol-ldap-1.5.4.jar Attached binary jar file that supports the certificatePassword and keystore properties in the configuration, in case someone still requires a "workaround" > External Keystore Fails: invalid property 'certificatePassword' > --------------------------------------------------------------- > > Key: DIRSERVER-1328 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1328 > Project: Directory ApacheDS > Issue Type: Bug > Environment: Windows Server 2003 > Reporter: ironside > Attachments: 1328.diff, apacheds-protocol-ldap-1.5.4.jar > > > I was trying to enable SSL with external keystore (SSL works without the external keystore using Directory Studio; my client requires the certificate). I'm using a standard install of Directory (out of the box). > 1. Created keystore according to documentation. > 2. Setup external keystore and modified Server.xml > 3. Unable to restart server due to the following error: > invalid property 'certificatePassword' of bean class [org.apache.directory.server.ldap.LdapService]: No property 'certificatePassword' found > If I remove this property, but leave my keystoreFile property in, I also get this error for 'keystoreFile'. Below is my ldapservice def: > enabled="true" > ipPort="10636" > keystoreFile="C:/Program Files/Apache Directory Server/instances/default/conf/AGS93-LDAPS.ks" > certificatePassword="secret" > enableLdaps="true"> > #directoryService > #socketAcceptor > -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.