Re: Re: TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-10-30 Thread Mathias S
> > That looks like a bug. Please open a Bugzilla issue. > > JSSE doesn't implement post-handshake authentication for TLSv1.3 but as > the Connector is configured with clientAuth="true" authentication > should > be happening during the initial handshake and, therefore, should work. > > Mark > Thank

Re: TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-10-30 Thread Mark Thomas
On 30/10/2019 07:47, Mathias S wrote: > Hi all, > > i installed Tomcat 9.0.27 on my Windows 7 machine and using the following > java runtime to get support for TLSv1.3 > > Server built: Oct 7 2019 09:57:22 UTC > Server version number: 9.0.27.0 > Architecture: amd64 > JVM Versio

TLS 1.3 with client auth fails with NOT_HANDSHAKING during handshake

2019-10-29 Thread Mathias S
Hi all, i installed Tomcat 9.0.27 on my Windows 7 machine and using the following java runtime to get support for TLSv1.3 Server built: Oct 7 2019 09:57:22 UTC Server version number: 9.0.27.0 Architecture: amd64 JVM Version: 13.0.1+9 JVM Vendor:Oracle Corp