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 CFB71200B67 for ; Tue, 12 Jul 2016 02:07:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CE556160A7D; Tue, 12 Jul 2016 00:07:12 +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 0954B160A78 for ; Tue, 12 Jul 2016 02:07:11 +0200 (CEST) Received: (qmail 62582 invoked by uid 500); 12 Jul 2016 00:07:11 -0000 Mailing-List: contact issues-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ambari.apache.org Delivered-To: mailing list issues@ambari.apache.org Received: (qmail 62563 invoked by uid 99); 12 Jul 2016 00:07:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jul 2016 00:07:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ECC7B2C02A4 for ; Tue, 12 Jul 2016 00:07:10 +0000 (UTC) Date: Tue, 12 Jul 2016 00:07:10 +0000 (UTC) From: "Tuong Truong (JIRA)" To: issues@ambari.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMBARI-17666) Ambari agent can't start when TLSv1 is disabled in Java security MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 12 Jul 2016 00:07:13 -0000 Tuong Truong created AMBARI-17666: ------------------------------------- Summary: Ambari agent can't start when TLSv1 is disabled in Java security Key: AMBARI-17666 URL: https://issues.apache.org/jira/browse/AMBARI-17666 Project: Ambari Issue Type: Bug Components: ambari-agent Affects Versions: 2.2.0 Reporter: Tuong Truong Currently, the commit for https://issues.apache.org/jira/browse/AMBARI-14236 explicit force the SSL protocol to TLSv1 in ambari-agent/src/main/python/ambari_agent/alerts/web_alert.py. Unfortunate, this setting in effect whenever web_alert pacackged is loaded (ambari-agent/src/main/python/ambari_agent/AlertSchedulerHandler.py) regardless whether ssl is used or not. As a result, disabling TLSv1 in Ambari server will cause the agent to fail to start. -- This message was sent by Atlassian JIRA (v6.3.4#6332)