Thomas Fox

Results 9 comments of Thomas Fox

Fix: https://github.com/Activiti/Activiti/pull/3818

@aahlenst, thanks for the quick reply. Sorry, I do not understand the question about the other build to check. The build you are pointing to is the one I thought...

Problem reproduced on Windows build JDK 8u272-b10 from https://adoptopenjdk.net/upstream.html?variant=openjdk8&jvmVariant=hotspot for TLS 1.2. Verified that TLSv1.1 works as expected on this build (same result as above). I need to withdraw the...

Asked at https://mail.openjdk.java.net/mailman/listinfo/net-dev for the contract of the javax.net.ssl.X509KeyManager.chooseClientAlias method

Von: "Stefan Fritz" An: "AdoptOpenJDK/openjdk-support" CC: "Thomas Fox" , "Mention" Gesendet: Dienstag, 9. Februar 2021 08:44:06 Betreff: Re: [AdoptOpenJDK/openjdk-support] Not all key types are passed to alias selection in SSL...

I did a bit of debugging. Not being an SSL expert, this is the situation as it looks to me: OpenJDK 8u265-b01 - Key types are determined in sun.security.ssl.ClientHandshaker#serverHelloDone The...

Thanks, @sfritz-aurea, for the hint. Actually, this was also the case in our application, and returning null resolves the issue for the application. Doing so is required in the javadoc...

Submitted a jdk bug to https://bugreport.java.com/bugreport/, internal review id is 9069117

JDK Bug is available here: https://bugs.java.com/bugdatabase/view_bug.do?bug_id=JDK-8262186 @aahlenst should I then reopen this issue?