Repository: jclouds-labs Updated Branches: refs/heads/master 92b548c2d -> 8c4d97fbc
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/8c4d97fb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/8c4d97fb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/8c4d97fb Branch: refs/heads/master Commit: 8c4d97fbcf789190d57699d42ee18028576fa888 Parents: 92b548c Author: Andrea Turli <[email protected]> Authored: Thu Apr 20 17:50:44 2017 +0200 Committer: Andrea Turli <[email protected]> Committed: Fri Apr 21 11:15:52 2017 +0200 ---------------------------------------------------------------------- packet/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/8c4d97fb/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).
