From issues-return-168366-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu May 24 11:16:47 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id BD2A61807E2 for ; Thu, 24 May 2018 11:10:07 +0200 (CEST) Received: (qmail 23560 invoked by uid 500); 24 May 2018 09:10:06 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 23366 invoked by uid 99); 24 May 2018 09:10:06 -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, 24 May 2018 09:10:06 +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 52CE71A0575 for ; Thu, 24 May 2018 09:10:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -101.511 X-Spam-Level: X-Spam-Status: No, score=-101.511 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 gXevvbZgpLk2 for ; Thu, 24 May 2018 09:10: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 315825F4A3 for ; Thu, 24 May 2018 09:10:01 +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 C1591E062E for ; Thu, 24 May 2018 09:10: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 3F5DD21098 for ; Thu, 24 May 2018 09:10:00 +0000 (UTC) Date: Thu, 24 May 2018 09:10:00 +0000 (UTC) From: "Chesnay Schepler (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-9424) BlobClientSslTest does not work in all environments MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-9424?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16488689#comment-16488689 ] Chesnay Schepler commented on FLINK-9424: ----------------------------------------- This is not an issue with the tests but the default value for the SSL ciphers that we recently updated. > BlobClientSslTest does not work in all environments > --------------------------------------------------- > > Key: FLINK-9424 > URL: https://issues.apache.org/jira/browse/FLINK-9424 > Project: Flink > Issue Type: Test > Components: Distributed Coordination, Tests > Affects Versions: 1.5.0 > Reporter: Timo Walther > Priority: Major > > It seems that the {{BlobClientSslTest}} assumes SSL algorithms that are not present in every environment. Thus, they cause the Flink build to fail. It also affects {{NettyClientServerSslTest}}. > Environment: > {code} > Apache Maven 3.5.3 (3383c37e1f9e9b3bc3df5050c29c8aff9f295297; 2018-02-24T20:49:05+01:00) > Maven home: /usr/local/Cellar/maven/3.5.3/libexec > Java version: 1.8.0_102, vendor: Oracle Corporation > Java home: /Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "mac os x", version: "10.13.3", arch: "x86_64", family: "mac" > {code} > Exception: > {code} > java.lang.IllegalArgumentException: Cannot support TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 with currently installed providers > at sun.security.ssl.CipherSuiteList.(CipherSuiteList.java:92) > at sun.security.ssl.SSLServerSocketImpl.setEnabledCipherSuites(SSLServerSocketImpl.java:200) > at org.apache.flink.runtime.net.SSLUtils.setSSLVerAndCipherSuites(SSLUtils.java:84) > at org.apache.flink.runtime.blob.BlobServer.(BlobServer.java:207) > at org.apache.flink.runtime.blob.BlobClientSslTest.startSSLServer(BlobClientSslTest.java:65) > {code} -- This message was sent by Atlassian JIRA (v7.6.3#76005)