Document fix for SSLException close_notify (cherry picked from commit 49608190d5f919b41aac5a643db9e879733a4cd2)
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/commit/92a58004 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/tree/92a58004 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-docs/diff/92a58004 Branch: refs/heads/0.11.x Commit: 92a58004cae49695e7acd24df2201aac99ae4fc1 Parents: 29f15f9 Author: Duncan Grant <[email protected]> Authored: Fri Apr 28 10:50:04 2017 +0100 Committer: Richard Downer <[email protected]> Committed: Wed May 31 15:26:28 2017 +0100 ---------------------------------------------------------------------- guide/ops/troubleshooting/deployment.md | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-docs/blob/92a58004/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.
