Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-11 Thread Alexey Bakhtin
t; An: Jamil Nimeh ; security-dev@openjdk.java.net > > Betreff: Re: [TLS-backport8] Does TLSv1.3 work with www.google.com > > Hello Jamil, > > Thanks for responding, you are correct, this system property resolves my > problem (on both the Oracle as well as Azure JRE). >

Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Norman Maurer
>> >> Gruss >> Bernd >> >> >> -- >> http://bernd.eckenfels.net <http://bernd.eckenfels.net/> >> Von: security-dev >> <mailto:security-dev-r...@openjdk.java.net> im Auftrag von Jamil Nimeh >> <mailto:jamil.

Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Jamil Nimeh
enJSSE. WAT? :) Gruss Bernd -- http://bernd.eckenfels.net *Von:* security-dev im Auftrag von Jamil Nimeh *Gesendet:* Tuesday, August 11, 2020 3:11:14 AM *An:* security-dev@openjdk.java.net *Betreff:* Re: [TLS-bac

Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Bernd Eckenfels
Eckenfels Gesendet: Tuesday, August 11, 2020 4:10:54 AM An: Jamil Nimeh ; security-dev@openjdk.java.net Betreff: Re: [TLS-backport8] Does TLSv1.3 work with www.google.com Hello Jamil, Thanks for responding, you are correct, this system property resolves my problem (on both the Oracle as well as

Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Bernd Eckenfels
Auftrag von Jamil Nimeh Gesendet: Tuesday, August 11, 2020 3:11:14 AM An: security-dev@openjdk.java.net Betreff: Re: [TLS-backport8] Does TLSv1.3 work with www.google.com Hmmm, looks a lot like this issue: https://bugs.openjdk.java.net/browse/JDK-8241360. What happens if you run it with

Re: [TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Jamil Nimeh
Hmmm, looks a lot like this issue: https://bugs.openjdk.java.net/browse/JDK-8241360.  What happens if you run it with -Djdk.tls.client.enableStatusRequestExtension=true?  That should get you past it.  This is mentioned in the release notes for 8u261: https://www.oracle.com/java/technologies/ja

[TLS-backport8] Does TLSv1.3 work with www.google.com

2020-08-10 Thread Bernd
Hallo, is the upcoming Java8u TLS backport supposed to work with "-Djdk.tls.client.protocols=TLSv1.3" when connecting to https://www.google.com? I get an alert when I try to HttpsURLConnection.open to it. This happens with the Zulu port of this feature as well as the 8u261GA from Oracle. When spe