You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2017/05/22 08:25:33 UTC

[09/12] jclouds git commit: Update README.md

Update README.md

improve packet readme


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/1e403bbe
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/1e403bbe
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/1e403bbe

Branch: refs/heads/master
Commit: 1e403bbee0004cf6d7df320774f89b1583982a04
Parents: d65f9ca
Author: Andrea Turli <an...@users.noreply.github.com>
Authored: Thu Apr 20 17:50:44 2017 +0200
Committer: Andrea Turli <an...@gmail.com>
Committed: Fri Apr 21 11:15:52 2017 +0200

----------------------------------------------------------------------
 providers/packet/README.md | 9 +++++++++
 1 file changed, 9 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/1e403bbe/providers/packet/README.md
----------------------------------------------------------------------
diff --git a/providers/packet/README.md b/providers/packet/README.md
index fe38ca5..49e7553 100644
--- a/providers/packet/README.md
+++ b/providers/packet/README.md
@@ -1 +1,10 @@
 # Apache jclouds Packet (packet.net) provider
+
+
+## Pre-requisites
+
+If you are using Oracle JDK, you may get this exception
+```
+Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure
+```
+when calling Packet endpoints. To solve this, you want to install JCE following the [official documentation](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html).