Repository: jclouds-labs Updated Branches: refs/heads/2.0.x de26ec2c0 -> 9a22e8084
Update README.md improve packet readme Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/9a22e808 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/9a22e808 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/9a22e808 Branch: refs/heads/2.0.x Commit: 9a22e80842628023a3a53a36a865bc13d6a78fc0 Parents: de26ec2 Author: Andrea Turli <[email protected]> Authored: Thu Apr 20 17:50:44 2017 +0200 Committer: Andrea Turli <[email protected]> Committed: Fri Apr 21 11:18:35 2017 +0200 ---------------------------------------------------------------------- packet/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/9a22e808/packet/README.md ---------------------------------------------------------------------- diff --git a/packet/README.md b/packet/README.md index fe38ca5..49e7553 100644 --- a/packet/README.md +++ b/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).
