Re: Tomcat on Windows : new keystore possibilities

2024-04-08 Thread david w
I understand, but am not looking for troubleshooting but trying to raise awareness of the new sunmscapi capabilities. I'm testing using the private key in the windows machine store to simplify tls implementation. For this it requires local admin rights but I am also looking how to not need

Tomcat & Http 103 Early Hint

2024-04-08 Thread xulin y
Hi, I would like to ask about whether Tomcat has support for http 103 early hint response status? I have checked the latest doc that https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html does not have 103 response status. If not, do we have any plan

Tomcat on Windows : new keystore possibilities

2024-04-08 Thread david w
Hello Referring to the documentation on Apache Tomcat 9 Configuration Reference (9.0.87) - The HTTP Connector keystore types, i wanted to get mentioned that a new set of possibilities is available with newer java

Intermittent error 404

2024-04-08 Thread Andreas . Moroder
Hello we use Apache Tomcat/8.5.99. Last week I changed the user of the Tomcat services. When I refresh teh page then every second time the page appears correctly and the other 50% I get the error No I get intermittent error 404 The origin server did not find a current representation for the

Tomcat in a Windows environment : new keystore possibilities

2024-04-08 Thread David Wooffindin
Referring to the documentation on Apache Tomcat 9 Configuration Reference (9.0.87) - The HTTP Connector keystore types, i wanted to get mentioned that a new set of possibilities is available with newer java builds, when

Re: Tomcat in a Windows environment : new keystore possibilities

2024-04-08 Thread Christopher Schultz
David, On 4/8/24 05:35, David Wooffindin wrote: Referring to the documentation on Apache Tomcat 9 Configuration Reference (9.0.87) - The HTTP Connector keystore types, i wanted to get mentioned that a new set of

Re: Tomcat on Windows : new keystore possibilities

2024-04-08 Thread Bill Stewart
On Mon, Apr 8, 2024 at 3:49 AM david w wrote: The account running the Tomcat Windows Service needs local Administrator > rights to be able to refernce these certificate stores. > Fortunately, this statement is not correct. I would definitely not recommend running the Tomcat service using a

Re: Tomcat on Windows : new keystore possibilities

2024-04-08 Thread david w
If you can share a way for this to not be necessary, I'm all ears... David Wooffindin From: Bill Stewart Sent: Monday, April 8, 2024 4:22:37 PM To: Tomcat Users List Subject: Re: Tomcat on Windows : new keystore possibilities On Mon, Apr 8, 2024 at 3:49 AM

Re: Intermittent error 404

2024-04-08 Thread Mark Thomas
8 Apr 2024 11:20:09 andreas.moro...@wobi.bz.it: Hello we use Apache Tomcat/8.5.99. Tomcat 8.5.x is no longer supported by the Tomcat community. You should upgrade to at least 9.0.x or consider purchasing 8.5.x support from one of the commercial vendors that offer it. It sounds like an

Re: Tomcat & Http 103 Early Hint

2024-04-08 Thread Mark Thomas
8 Apr 2024 10:26:23 xulin y : Hi, I would like to ask about whether Tomcat has support for http 103 early hint response status? Not at the moment. I have checked the latest doc that https://tomcat.apache.org/tomcat-11.0-doc/servletapi/jakarta/servlet/http/HttpServletResponse.html does not

Re: Tomcat on Windows : new keystore possibilities

2024-04-08 Thread Bill Stewart
On Mon, Apr 8, 2024 at 8:27 AM david w wrote: If you can share a way for this to not be necessary, I'm all ears... > I can read computer certificates from non-privileged accounts on Windows. (How would a user application such as a browser work otherwise?) I'm not sure what's different on your