Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-24 Thread Igor T
> You are right there is something wrong here as well, especially since the > time gets worse on the second attempt. What is the actual roundtrip time > with your server ? > > Rémy Based on ping, average time is 83ms Some more details that allow to get the resets: the test code from above should

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-19 Thread Rémy Maucherat
On Mon, Mar 18, 2019 at 4:44 PM Igor T wrote: > success: 1, read 73 bytes for: 109ms > success: 2, read 73 bytes for: 218ms > success: 3, read 73 bytes for: 203ms > success: 4, read 73 bytes for: 203ms > You are right there is something wrong here as well, especially since the

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-19 Thread Rémy Maucherat
On Mon, Mar 18, 2019 at 4:44 PM Igor T wrote: > > Since 9.0.12 and 16 do the same, I wouldn't look at that at all. > Something > > simple like this works in the general case, there must be something > > specific here. So it's Windows, which some unspecified OpenSSL version. > > > > Rémy > >

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-18 Thread i...@flyingfischer.ch
Am 18.03.19 um 16:43 schrieb Igor T: >> Since 9.0.12 and 16 do the same, I wouldn't look at that at all. Something >> simple like this works in the general case, there must be something >> specific here. So it's Windows, which some unspecified OpenSSL version. >> >> Rémy > That's not right. After

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-18 Thread Igor T
> Since 9.0.12 and 16 do the same, I wouldn't look at that at all. Something > simple like this works in the general case, there must be something > specific here. So it's Windows, which some unspecified OpenSSL version. > > Rémy That's not right. After many tests I've found out that 9.0.12 build

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-14 Thread Igor T
9.0.17 was used from http://tomcat.10.x6.nabble.com/VOTE-Release-Apache-Tomcat-9-0-17-td5083815.html I've created a new totally clean AWS instance with new domain name and new Lets Encrypt certificates. It's available here: temp-test-01.tk Configuration: OS: Windows Server 2012 R2 Base

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Rémy Maucherat
On Wed, Mar 13, 2019 at 10:21 PM Mark Thomas wrote: > On 13/03/2019 20:30, Igor T wrote: > > Prerequisites: > > OS: Windows Server 2012 R2 > > Java: checked on both jdk1.8.0_162 jdk1.8.0_181 > > Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev > > 9.0.17-dev at which point in

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread John Palmer
I'm testing to see if this might be an issue on a new tomcat 8.5.38 upgrade I'm doing (using NIO2 and OpenSSL) before I promote this to our Production environment :) (Windows Server 2008R2, Java (javaC.exe) version is 1.8.0_191) .. after some missteps (had to add some imports to get it to

Re: Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Mark Thomas
On 13/03/2019 20:30, Igor T wrote: > Prerequisites: > OS: Windows Server 2012 R2 > Java: checked on both jdk1.8.0_162 jdk1.8.0_181 > Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev 9.0.17-dev at which point in time? Have you tested the current 9.0.17 release candidate (see dev@

Tomcat 9 Nio2+OpenSSL problem (very likely a bug)

2019-03-13 Thread Igor T
Prerequisites: OS: Windows Server 2012 R2 Java: checked on both jdk1.8.0_162 jdk1.8.0_181 Tomcat: windows x64 builds checked on 9.0.12, 9.0.16, 9.0.17-dev Valid SSL certificates Content of file located at webapp/ROOT/1.txt: [] Tomcat's connector settings: This configuration leads to 50%