tomcat 8.5 TLS cipher strings

2020-11-13 Thread Baron Fujimoto
We're running Tomcat 8.5, currently configured with the following OpenSSL cipher strings in our SSLHostConfig: ciphers="HIGH:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!kRSA:!PSK" However, SSLLabs' server test reports that the following available ciphers are weak: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA

Re: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Mark Thomas
Eric sent me a copy of the strace (thanks Eric) and while it is consistent with what has already been observed, it didn't provide any new information on the socket / file descriptor being closed. I'd like to suggest running again with the following: sudo strace -r -f -e trace=network,desc -p Th

Re: NGINX + tomcat 8.0.35 (110: Connection timed out)

2020-11-13 Thread Ayub Khan
Chris, I have changed the connector config as below, it has improved the performance. I want to use this config to support at least 20k concurrent requests. I have tested this config and there is a delay in the response and noticed that it's coming from elastic search. I am trying to increase the

Re: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Paul Carter-Brown
lol, and there I was feeling ignored :-) That was the first thing I would have looked at. Is the OS reporting errors to the JVM writing data or is the JVM not writing the data. Strace will tell you this quite easily. On Fri, Nov 13, 2020 at 5:27 PM Eric Robinson wrote: > > > -Original Mess

RE: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Eric Robinson
> From: Thomas Meyer > Sent: Friday, November 13, 2020 9:37 AM > To: Tomcat Users List ; Mark Thomas > ; users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > > > Am 13. November 2020 10:06:18 MEZ schrieb Mark Thomas > : > >On 12/11/2020 14:19, Eric Robinson wrote: > >>> From:

Re: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Thomas Meyer
Am 13. November 2020 10:06:18 MEZ schrieb Mark Thomas : >On 12/11/2020 14:19, Eric Robinson wrote: >>> From: Mark Thomas > > > >>> I keep coming back to this. Something triggered this problem (note >that >>> trigger not necessarily the same as root cause). Given that the app, >Tomcat >>> and JV

RE: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Eric Robinson
> -Original Message- > From: Paul Carter-Brown > Sent: Friday, October 16, 2020 6:11 AM > To: Tomcat Users List > Subject: Re: Weirdest Tomcat Behavior Ever? > > Hi Eric, > > These weird situations are sometimes best looked at by confirming what the > OS is seeing from user-space. > > Ca

RE: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Eric Robinson
> -Original Message- > From: Mark Thomas > Sent: Friday, November 13, 2020 3:06 AM > To: users@tomcat.apache.org > Subject: Re: Weirdest Tomcat Behavior Ever? > > On 12/11/2020 14:19, Eric Robinson wrote: > >> From: Mark Thomas > > > > >> I keep coming back to this. Something triggered t

Re: getopts of Perl is not working Tomcat 9

2020-11-13 Thread Mark Thomas
On 13/11/2020 13:14, Jonnalagadda, Swathi (External) wrote: > Hi > > We have our web application implemented in Perl cgi which is using below > function of perl. we are upgrading from Tomcat 8.0.21 to Tomcat 9.0.38. > > The below function (getopts) is working fine Tomcat 8.0.21 but is not work

getopts of Perl is not working Tomcat 9

2020-11-13 Thread Jonnalagadda, Swathi (External)
Hi We have our web application implemented in Perl cgi which is using below function of perl. we are upgrading from Tomcat 8.0.21 to Tomcat 9.0.38. The below function (getopts) is working fine Tomcat 8.0.21 but is not working in Tomcat 9.0.38. We even tried Tomcat 9.0.39 as well and it is not

Re: Weirdest Tomcat Behavior Ever?

2020-11-13 Thread Mark Thomas
On 12/11/2020 14:19, Eric Robinson wrote: >> From: Mark Thomas >> I keep coming back to this. Something triggered this problem (note that >> trigger not necessarily the same as root cause). Given that the app, Tomcat >> and JVM versions didn't change that again points to some other component. >