NIO write operation timeout with 8.5.x NioBlockingSelector

2021-09-20 Thread Mathias S
Hi all, we are using tomcat-embed (Tomcat 8.5.70) in our product which also contains a custom NIO implementation. So i think i cannot give you a configuration to reproduce the issue. Anyway, i will explain in short what happens. It is within the included BlockPoller class in the NioBlockingSelec

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

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