Return-Path: X-Original-To: apmail-qpid-users-archive@www.apache.org Delivered-To: apmail-qpid-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 47AD9187C1 for ; Wed, 27 Jan 2016 22:51:55 +0000 (UTC) Received: (qmail 43626 invoked by uid 500); 27 Jan 2016 22:51:52 -0000 Delivered-To: apmail-qpid-users-archive@qpid.apache.org Received: (qmail 43592 invoked by uid 500); 27 Jan 2016 22:51:52 -0000 Mailing-List: contact users-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@qpid.apache.org Delivered-To: mailing list users@qpid.apache.org Received: (qmail 43581 invoked by uid 99); 27 Jan 2016 22:51:51 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jan 2016 22:51:51 +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 73B80C2C19 for ; Wed, 27 Jan 2016 22:51:51 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.023 X-Spam-Level: X-Spam-Status: No, score=-0.023 tagged_above=-999 required=6.31 tests=[RCVD_IN_MSPIKE_H4=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001] 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 5JtBXzosQCVJ for ; Wed, 27 Jan 2016 22:51:50 +0000 (UTC) Received: from mx6-phx2.redhat.com (mx6-phx2.redhat.com [209.132.183.39]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 3BAAF21241 for ; Wed, 27 Jan 2016 22:51:47 +0000 (UTC) Received: from zmail12.collab.prod.int.phx2.redhat.com (zmail12.collab.prod.int.phx2.redhat.com [10.5.83.14]) by mx6-phx2.redhat.com (8.14.4/8.14.4) with ESMTP id u0RMpewR012436 for ; Wed, 27 Jan 2016 17:51:40 -0500 Date: Wed, 27 Jan 2016 17:51:40 -0500 (EST) From: Chuck Rolke To: users@qpid.apache.org Message-ID: <1581386439.16705027.1453935100602.JavaMail.zimbra@redhat.com> In-Reply-To: References: Subject: Re: ssl not working MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Originating-IP: [10.10.55.90] X-Mailer: Zimbra 8.0.6_GA_5922 (ZimbraWebClient - FF42 (Linux)/8.0.6_GA_5922) Thread-Topic: ssl not working Thread-Index: jstTx8KoxBFpuU3Frjbv3J+10mOykQ== On both the broker and client end you can get some information from logging. export QPID_LOG_ENABLE=trace+ then qpidd and qpid-send ----- Original Message ----- > From: "jjw tectec" > To: users@qpid.apache.org > Sent: Wednesday, January 27, 2016 5:02:24 PM > Subject: ssl not working > > I'm trying to add encryption, but couldn't get things to work. > > I've done the following (for a single broker scenario): > > 1) Ran the following script to create a certificate database: > mkdir ${CERT_DIR} > certutil -N -d ${CERT_DIR} -f ${CERT_PW_FILE} > certutil -S -d ${CERT_DIR} -n ${NICKNAME} -s "CN=${NICKNAME}" -t "CT,," -x > -f ${CERT_PW_FILE} -z /usr/bin/certutil > > 2) in qpidd.conf: > require-encryption=yes > ssl-cert-db=${CERT_DIR} > ssl-cert-password-file=${CERT_PW_FILE} > ssl-cert-name=${NICKNAME} > ssl-port=5671 > > However, when running the following: > qpid-send -b localhost:5671 -a 'TestQueue; {node:{type:queue}}' > --content-string "hello" --connection-options > "{transport:ssl,protocol:amqp1.0}" > I got "*qpid-send: Connect failed to amqp:ssl:localhost:5671: Reconnect > disabled*" > > What am I missing? > > Thanks, > > jjw > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@qpid.apache.org For additional commands, e-mail: users-help@qpid.apache.org