diff --git a/providers/packet/README.md b/providers/packet/README.md index fe38ca5ef8..49e755386b 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).