Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0EA66D826 for ; Tue, 13 Nov 2012 16:12:17 +0000 (UTC) Received: (qmail 21448 invoked by uid 500); 13 Nov 2012 16:12:15 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 21007 invoked by uid 500); 13 Nov 2012 16:12:15 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 19765 invoked by uid 99); 13 Nov 2012 16:12:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2012 16:12:13 +0000 Date: Tue, 13 Nov 2012 16:12:13 +0000 (UTC) From: "Jeffrey B (JIRA)" To: dev@activemq.apache.org Message-ID: <254622217.108441.1352823133234.JavaMail.jiratomcat@arcas> Subject: [jira] [Created] (AMQCPP-438) ssl doesnt match the hostname when there are multiple CN's MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Jeffrey B created AMQCPP-438: -------------------------------- Summary: ssl doesnt match the hostname when there are multiple CN's Key: AMQCPP-438 URL: https://issues.apache.org/jira/browse/AMQCPP-438 Project: ActiveMQ C++ Client Issue Type: Bug Components: Decaf Affects Versions: 3.4.4 Environment: HPUX 11.31, but this is not likely important Reporter: Jeffrey B Assignee: Timothy Bish If the ssl certificate on the server has its hostname in the cn field to be compatable, but it also has other cn's on the same entry, which openssl allows and we always use for all of our certificates, the file OpenSSLSocket.cpp finds that they do not match. It is only checking one item, so it is not iterating through different cn's. This sometimes returns the error that the servers certificate did not match the hostname, and sometimes it simply says that peer did not send his wireformat. This has no doesnt have an option to diable it like in NMS, at least not that I ahave found. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira