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
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
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
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
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
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
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:
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
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
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
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
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
12 matches
Mail list logo