Java9 build 119 plus LetsEncrypt JDK-8154757
Richard Kolb
rjdkolb at gmail.com
Tue May 24 18:10:01 UTC 2016
Hello
I've been trying to get LetEncrypt working with Java 9 b119.
According to this issue it is fixed :
https://bugs.openjdk.java.net/browse/JDK-8154757
Does anyone know when it will ship with Java 9 or am I doing something
wrong?
thanks,
Richard.
Some sample jshell :
jshell> import java.net.http.*;
jshell> HttpResponse response = HttpRequest.create(new URI("
https://jozijugdojo.co.za")).GET().response();
Closing java.nio.channels.SocketChannel[connected local=/192.168.0.3:34890
remote=jozijugdojo.co.za/52.203.130.161:443]
| javax.net.ssl.SSLHandshakeException thrown: General SSLEngine problem
More information about the adoption-discuss
mailing list