Are Apache versions cumulative ?

2022-06-22 Thread Jason Tan
in Tomcat 7.0.100 are also present in Tomcat 7.0.109. My guts tell me it's cumulative but I need some sort of proof for my customer. Best Regards, Jason Tan

RE: JS fiddle for generating TLS keys and certs

2022-06-28 Thread Jason Tan
Looks good, Chris. I'll give it a try when I need to generate some keys and cert next. SSL keys and certs concepts sounds logical and easy but generating them is such a pain. No GUI tool to consolidate and perform the lot for self signed. I started using keystore explorer to examine the

RE: Are Apache versions cumulative ?

2022-06-23 Thread Jason Tan
Thank you so much, Mark. Much appreciated. -Original Message- From: Mark Thomas Sent: Wednesday, 22 June 2022 7:00 PM To: Tomcat Users List Subject: Re: Are Apache versions cumulative ? On 22/06/2022 09:20, Jason Tan wrote: > Hi there, > Sorry to trouble you folks but I could no

RE: HTTP Error 414. The request URL is too long.

2023-03-09 Thread Jason Tan
Hi Seth, One of my customer had the same error. We also tried increasing maxHttpHeaderSize as suggested on Google. It worked for him for a while, but he encountered the same error again later on. Our developers got involved and later discovered that our app was trying to display all his

RE: Need to know about analyzing of thread dump and heap dump

2023-04-03 Thread Jason Tan
Hi Koustav, I was testing out the online thread dump analysers previously and found https://fastthread.io/ and https://jstack.review/#tda_1_dump. I am not sure how safe their data policy are, but I didn't spot any sensitive data in my thread dump. Note: one of them hid part of the result as it

RE: Too many certificates in chain?!? Help!

2023-05-17 Thread Jason Tan
Hi James, Have a look at this. https://success.qualys.com/discussions/s/question/0D52L4To0DUSAZ/your-ssl-server-test-incorrectly-reports-an-incomplete-chain You might have the issue where your chain length is 1 when it should be 3. You may need to redo your certs. Best Regards, Jason Tan