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 94C72200C64 for ; Fri, 28 Apr 2017 13:34:23 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 935AF160BB8; Fri, 28 Apr 2017 11:34:23 +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 13576160BA3 for ; Fri, 28 Apr 2017 13:34:22 +0200 (CEST) Received: (qmail 62229 invoked by uid 500); 28 Apr 2017 11:34:22 -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 62106 invoked by uid 99); 28 Apr 2017 11:34:22 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Apr 2017 11:34:22 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B91A1DFDAC; Fri, 28 Apr 2017 11:34:21 +0000 (UTC) From: drigodwin To: dev@brooklyn.apache.org Reply-To: dev@brooklyn.apache.org References: In-Reply-To: Subject: [GitHub] brooklyn-docs pull request #175: Document fix for SSLException close_notify Content-Type: text/plain Message-Id: <20170428113421.B91A1DFDAC@git1-us-west.apache.org> Date: Fri, 28 Apr 2017 11:34:21 +0000 (UTC) archived-at: Fri, 28 Apr 2017 11:34:23 -0000 Github user drigodwin commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/175#discussion_r113906930 --- Diff: guide/ops/troubleshooting/deployment.md --- @@ -181,3 +181,13 @@ brooklyn.locations: credential: loginUser: centos {% endhighlight %} + +## SSLException close_notify Exception + +The following error when deploying a blueprint has been shown to be caused by issues with DNS provided by your ISP or +traffic filtering such as child-safe type filtering: + + Caused by: javax.net.ssl.SSLException: Received fatal alert: close_notify + +To resolve this try disabling traffic filtering and setting your DNS to a public server e.g. 8.8.8.8 to use google --- End diff -- To resolve this, try disabling traffic filtering and setting your DNS to a public server such as 8.8.8.8 to use google [DNS](https://www.wikiwand.com/en/Google_Public_DNS). [See here](https://developers.google.com/speed/public-dns/docs/using) for details on how to configure this. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---