Repository: brooklyn-docs
Updated Branches:
  refs/heads/master a86e6b947 -> 1c78a909d


Document fix for SSLException close_notify


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/49608190
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/49608190
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/49608190

Branch: refs/heads/master
Commit: 49608190d5f919b41aac5a643db9e879733a4cd2
Parents: a86e6b9
Author: Duncan Grant <[email protected]>
Authored: Fri Apr 28 10:50:04 2017 +0100
Committer: Duncan Grant <[email protected]>
Committed: Fri Apr 28 14:29:26 2017 +0100

----------------------------------------------------------------------
 guide/ops/troubleshooting/deployment.md | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/49608190/guide/ops/troubleshooting/deployment.md
----------------------------------------------------------------------
diff --git a/guide/ops/troubleshooting/deployment.md 
b/guide/ops/troubleshooting/deployment.md
index b84ac35..653909b 100644
--- a/guide/ops/troubleshooting/deployment.md
+++ b/guide/ops/troubleshooting/deployment.md
@@ -181,3 +181,13 @@ brooklyn.locations:
     credential: <add>
     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 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.

Reply via email to