Re: Can Tomcat 9 be FIPS compliant without OpenSSL?

2020-11-05 Thread Martin Grigorov
Hi, On Fri, Nov 6, 2020 at 8:57 AM Avik Ray wrote: > Dear team, > Sending this query again after subscribing to the mailing list. Sent > it originally 3 days back, but just saw an error response in the spam > folder asking to subscribe first. > > We are using Tomcat 9.0.37 x64 on Windows Server

Can Tomcat 9 be FIPS compliant without OpenSSL?

2020-11-05 Thread Avik Ray
Dear team, Sending this query again after subscribing to the mailing list. Sent it originally 3 days back, but just saw an error response in the spam folder asking to subscribe first. We are using Tomcat 9.0.37 x64 on Windows Server 2016 OS and the NIO connector with JSSE, without an underlying Op

Re: Weirdest Tomcat Behavior Ever?

2020-11-05 Thread Stefan Mayr
Am 03.11.2020 um 16:05 schrieb Eric Robinson: >> -Original Message- >> From: Eric Robinson >> Sent: Tuesday, November 3, 2020 8:21 AM >> To: Tomcat Users List >> Subject: RE: Weirdest Tomcat Behavior Ever? >> >>> From: Mark Thomas >>> Sent: Tuesday, November 3, 2020 2:06 AM >>> To: Tomca

WriteListener.onWritePossible is never called back again if the origin cuts the socket

2020-11-05 Thread Joan ventusproxy
Hello, Tomcat 8.5.55 (also tried with 8.5.37). Similar to “Bug 62614 - Async servlet over HTTP/2 WriteListener does not work because onWritePossible is never called back again” but using NIO connector: I’m unable to create an example that reproduces this issue. So I will explain what’s happeni

Re: Something I still don't quite understand, Re: Let's Encrypt with Tomcat behind httpd

2020-11-05 Thread James H. H. Lampert
On 8/24/20 9:57 AM, Christopher Schultz wrote: So your RewriteCond[ition] is expected to always be true? Okay. Maybe remove it, then? BTW I think your rewrite will strip query strings and stuff like that. Maybe you just want RedirectPermanent instead of Rewrite(Cond|Rule)? Ladies and Gentlemen