Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4F993200CD9 for ; Thu, 20 Jul 2017 04:02:05 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 4DEBD1671FD; Thu, 20 Jul 2017 02:02:05 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 930F21633BE for ; Thu, 20 Jul 2017 04:02:04 +0200 (CEST) Received: (qmail 355 invoked by uid 500); 20 Jul 2017 02:02:03 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 339 invoked by uid 99); 20 Jul 2017 02:02:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jul 2017 02:02:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0A4421A0B34 for ; Thu, 20 Jul 2017 02:02:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.2 X-Spam-Level: X-Spam-Status: No, score=-99.2 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URI_TRY_3LD=0.001, USER_IN_WHITELIST=-100, WEIRD_PORT=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id oTfteGudFjpw for ; Thu, 20 Jul 2017 02:02:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id EA2A25FBE5 for ; Thu, 20 Jul 2017 02:02:00 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 80DC5E0D39 for ; Thu, 20 Jul 2017 02:02:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 29B9721EC9 for ; Thu, 20 Jul 2017 02:02:00 +0000 (UTC) Date: Thu, 20 Jul 2017 02:02:00 +0000 (UTC) From: "Sanjay M Pujare (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (APEXCORE-760) Webapp tracking URL does not include fully qualified hostname MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 20 Jul 2017 02:02:05 -0000 [ https://issues.apache.org/jira/browse/APEXCORE-760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094082#comment-16094082 ] Sanjay M Pujare commented on APEXCORE-760: ------------------------------------------ The issue reported in this JIRA is the mismatch in certificate SN and the actual hostname used to connect to the appmaster. Ideally the certificate should have been created with a wildcard spec and or SAN (subject alternate name) which would allow a match with myhost AND myhost.domain.com. If that is really the issue is there a need to fix anything in the appmaster? > Webapp tracking URL does not include fully qualified hostname > ------------------------------------------------------------- > > Key: APEXCORE-760 > URL: https://issues.apache.org/jira/browse/APEXCORE-760 > Project: Apache Apex Core > Issue Type: Bug > Affects Versions: 3.6.0 > Reporter: Thomas Weise > Assignee: Thomas Weise > > The app master tracking URL that gets registered with the RM does not contain the full name, leading to mismatch in SSL certificate check. > Instead of https://host:34112 it should be https://host.domain.com:34112 -- This message was sent by Atlassian JIRA (v6.4.14#64029)