David Alvarez

Results 24 comments of David Alvarez

Hi, Thanks for your report. I have been trying to check this issue, but I haven't been able to reproduce the issue as I get: ``` com.apple.dnssd.AppleDNSSDException: DNS-SD Error -65563:...

Hi, I have never seen Corretto have this behavior of using different versions on the Client Hello, and without access to the specific machine, it will be hard to identify...

Hi, I´ll send you the way to enable the logging tomorrow, but what you describe sounds like there is a part of the application explicitly requesting TLSv1 (TLSv1 is basically...

You can enable logging with: `-Djavax.net.debug=ssl:handshake:verbose` This should give us a way to start, although if needed, you could always enable `-Djavax.net.debug=all`, although that might generate a lot of noise.

Hi, I might be mistaken here, but if this corresponds to the network trace I saw before, then what we are looking for in the server and the client are...

If you don't know how to set your JVM arguments, one trick you can use is to set the environment variable: ``` JAVA_TOOL_OPTIONS="-Djavax.net.debug=ssl:handshake:verbose" ``` This will not only enable the...

Hi, What happened with this issue? Was it identified?

Hi, It seems this problem is also reported as [JDK-8233097](https://bugs.openjdk.java.net/browse/JDK-8233097)

[JDK-8233097](https://bugs.openjdk.java.net/browse/JDK-8233097) has been approved for openjdk8u272