RE: HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-09 Thread Arshiya Shariff
Thank you for the response Mark . Hi All, Can you please help us understand this behavior . The following is the sequence of events that is happening for a few streams . Initially when the stream is opened , it processes fine , but beyond some time tomcat does not process the headers, for w

Re: Tomcat Processing Timer Question

2020-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eric, On 9/8/20 17:29, Eric Robinson wrote: > Got it. So TCP retransmits can impact tomcat processing time under > certain conditions, more likely due to issues with receiving > requests from the client than sending responses. Well... buffering can

Re: Truststore in HTTPS Connector does not work with Linux

2020-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 David, On 9/9/20 02:46, David Weisgerber wrote: > Hi Christopher, > >> This should be okay, though it is a little unusual to use the >> same keystore for both "keys" and "trusted certs". Can you >> confirm the contents + types of everything in the k

Re: HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Arshiya, On 9/9/20 08:30, Arshiya Shariff wrote: > Can you please help us understand this behavior . > > The following is the sequence of events that is happening for a > few streams . Your images were stripped from the list. Can you use text to de

Re: HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-09 Thread Martin Grigorov
Hi, On Wed, Sep 9, 2020 at 3:31 PM Arshiya Shariff wrote: > Thank you for the response Mark . > > > > Hi All, > > > > Can you please help us understand this behavior . > > The following is the sequence of events that is happening for a few > streams . > > Initially when the stream is opened , it

RE: HTTP2: Connections abruptly closed by sending GOAWAY

2020-09-09 Thread Arshiya Shariff
Hi All, Can you please help us understand this behavior . The following is the sequence of events that is happening for a few streams . Initially when the stream is opened , it processes fine , but beyond some time tomcat does not process the headers, for which the client is sending RST_STREAM

How to Set Content Security Policy headers in Tomcat 8.5.x

2020-09-09 Thread Nitin Kadam
Hi All, Need to set the *Content security policy* header for Tomcat Web server (8.5..x) which hosted on Windows server 2012, As per the internal security team same is not a complaint can you please help me setting CSP filters for my Tomcat application hosted on windows server. below the screensho

RE: Tomcat Processing Timer Question

2020-09-09 Thread Eric Robinson
Hi Chris -- > Are you have any specific problem you are trying to diagnose or fix? > Or are you just academically interested in what conditions might cause "slow" > request processing? A little of both. We've been running about 1500 instances of tomcat for the past 15 years. We're not tomcat exp

Re: How to Set Content Security Policy headers in Tomcat 8.5.x

2020-09-09 Thread Martin Grigorov
Hi, On Wed, Sep 9, 2020 at 8:54 PM Nitin Kadam wrote: > Hi All, > > Need to set the *Content security policy* header for Tomcat Web server > (8.5..x) which hosted on Windows server 2012, As per the internal security > team same is not a complaint > can you please help me setting CSP filters for