Re: SSL on Tomcat 9

2024-10-09 Thread Ron Boyer
I created the certificate a windows csr. I did find OpenSSL on our server and from there we were able to create the right type of .pem file for Tomcat to use. Thanks for everyone's help. Ron Boyer IT Director Information Technology Summit County, Utah Office: 435-336-3143

Re: SSL on Tomcat 9

2024-10-09 Thread Mark Thomas
On 09/10/2024 07:47, Ron Boyer wrote: hello, I am trying to renew the SSL certificate from a signing authority. I am running Tomcat 9. I understand that I have to import PKCS #12 certificate. I seem to be able to make one, but I don't think it is correct. My signing authority, GoDaddy, wil

Re: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-09 Thread Mark Thomas
On 09/10/2024 05:49, Sajid Hussain wrote: Hi, Thanks for the quick response. Yes its spring boot application and packaged as War file. The Tomcat running as windows service using Apache common daemon. I'm also attaching the stack trace observe in memory analyzer. You need to look at the he

Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-09 Thread Mark Thomas
On 09/10/2024 03:33, Boris Petrov wrote: I also have been experiencing the same issue (with Tomcat 9). 9.0.93 works fine. 9.0.94 is unusable. 9.0.95 and now 9.0.96 almost work but sometimes I get the same behavior as with 9.0.94. I see it in my integration tests - there are some sporadic failur

Re: SSL on Tomcat 9

2024-10-09 Thread Ron Boyer
Hello Ahmed, I have always used keytool on the web host. Can I run OpenSSL on another client and send the key to the webhost or does OpenSSL have to run on the webhost? From: Ahmed Ashour Sent: Wednesday, October 9, 2024 8:01 AM To: users@tomcat.apache.org S

Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
On Wed, Oct 9, 2024 at 4:22 PM Greg Eschbacher wrote: > > Thank you very much Remy. Your output below shows you using 9.0.96, and sure > enough this was a problem in 9.0.95 but is fixed in 9.0.96. I tried 9.0.96 because I had just released it. However it has no relevant fixes and 9.0.95 work fo

Re: [External] : Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Greg Eschbacher
Thank you very much Remy. Your output below shows you using 9.0.96, and sure enough this was a problem in 9.0.95 but is fixed in 9.0.96. Thanks, Greg From: Rémy Maucherat Sent: Wednesday, October 9, 2024 8:28 AM To: Tomcat Users List Subject: [External] : Re:

Re: SSL on Tomcat 9

2024-10-09 Thread Ahmed Ashour
Hi, On windows, one can use OpenSSL to export the private key and certificate to .p12, then import that to the key store. openssl pkcs12 -export -in fullchain.pem -inkey privatekey.pem -out server.p12 -name tomcatkeytool -importkeystore -deststorepass changeit -destkeystore localhost-rsa.jks -s

SSL on Tomcat 9

2024-10-09 Thread Ron Boyer
hello, I am trying to renew the SSL certificate from a signing authority. I am running Tomcat 9. I understand that I have to import PKCS #12 certificate. I seem to be able to make one, but I don't think it is correct. My signing authority, GoDaddy, will let me download a crt and pem file. Fr

Re: Issue with using tomcat-embed-core, JDK 11 and modules

2024-10-09 Thread Rémy Maucherat
On Tue, Oct 8, 2024 at 5:23 PM Greg Eschbacher wrote: > > Hi everyone, > > Our application is upgrading from tomcat-embed-core 9.0.88 to 9.0.95, and we > are having issues building with the latest jar. > > We are getting issues related to JDK 11 and modules. Specifically, when we > build, we ge

Re: Migrating from Tomcat 9.0.88 to Tomcat 10.1.30 on windows machine with JDK 21 LTS

2024-10-09 Thread Sajid Hussain
Hi, Thanks for the quick response. Yes its spring boot application and packaged as War file. The Tomcat running as windows service using Apache common daemon. I'm also attaching the stack trace observe in memory analyzer. Regards, Sajid On 10/9/2024 4:24 PM, Mark Thomas wrote: Please send

RE: Re: net::ERR_HTTP2_PROTOCOL_ERROR with 10.1.30

2024-10-09 Thread Boris Petrov
I also have been experiencing the same issue (with Tomcat 9). 9.0.93 works fine. 9.0.94 is unusable. 9.0.95 and now 9.0.96 almost work but sometimes I get the same behavior as with 9.0.94. I see it in my integration tests - there are some sporadic failures here and there when I upgrade from 9.0