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 9FCE7200828 for ; Fri, 13 May 2016 18:20:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9E63316099F; Fri, 13 May 2016 16:20:14 +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 E71E71602BE for ; Fri, 13 May 2016 18:20:13 +0200 (CEST) Received: (qmail 27428 invoked by uid 500); 13 May 2016 16:20:13 -0000 Mailing-List: contact dev-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list dev@brooklyn.apache.org Received: (qmail 27413 invoked by uid 99); 13 May 2016 16:20:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 May 2016 16:20:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EABC62C0451 for ; Fri, 13 May 2016 16:20:12 +0000 (UTC) Date: Fri, 13 May 2016 16:20:12 +0000 (UTC) From: "John McCabe (JIRA)" To: dev@brooklyn.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (BROOKLYN-200) Consider using other geo-DNS providers MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 13 May 2016 16:20:14 -0000 [ https://issues.apache.org/jira/browse/BROOKLYN-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282849#comment-15282849 ] John McCabe commented on BROOKLYN-200: -------------------------------------- This is still an issue, I reached out to geoscaling.com support on the 3rd May and they are still working on upgrading the system - didn't give an ETA for resolution/replacement. > Consider using other geo-DNS providers > -------------------------------------- > > Key: BROOKLYN-200 > URL: https://issues.apache.org/jira/browse/BROOKLYN-200 > Project: Brooklyn > Issue Type: Improvement > Reporter: Sam Corbett > > Brooklyn supplies an entity for geo-DNS that uses a service provided by geoscaling.com. This entity is fundamentally broken because of problems with geoscaling.com's SSL certificate. > This has been noted in [GeoscalingWebClientTest|https://github.com/sjcorbett/incubator-brooklyn/blob/02c5d33618373fc5ebe891eb485eca084391c540/software/webapp/src/test/java/org/apache/brooklyn/entity/dns/geoscaling/GeoscalingWebClientTest.java#L48-L106], currently disabled. When connecting to the service the following exception is thrown: > {code} > javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure > at sun.security.ssl.Alerts.getSSLException(Alerts.java:192) > at sun.security.ssl.Alerts.getSSLException(Alerts.java:154) > at sun.security.ssl.SSLSocketImpl.recvAlert(SSLSocketImpl.java:1991) > at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1098) > at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1344) > at sun.security.ssl.SSLSocketImpl.writeRecord(SSLSocketImpl.java:721) > {code} > The workaround is to import the SSL certificate for geoscaling.com into the JDK's keystore, but this is unpleasant and hardly something we want to recommend to users of Brooklyn. > Further to this issue, geoscaling.com only uses the RC4 cipher. This is going to be disabled by all major browsers at the beginning of 2016. We will be recommending a service that people's browsers will refuse to sign in to. > I've filed a support ticket stating the above with geoscaling.com. At the same time we should consider whether we can use a different provider for this entity. -- This message was sent by Atlassian JIRA (v6.3.4#6332)