QID 38863 - Cryptographically Weak Key Exchange Size

2022-07-18 Thread Saicharan.Burle
Hi All, A new vulnerability has surfaced regarding TLS and Key Exchange agreement (more specifically the key size.) "The SSL/TLS server supports key exchanges that are cryptographically weaker than recommended. Key exchanges should provide at least 224 bits of security, which translates to a

Re: Publishing Tomcat webapp

2022-07-18 Thread Aryeh Friedman
No because it assumes lets crypt can work on your platform and it assumes you are using docker. Where is the method I posted it the canonical method that requires nothing but running tomcat (the JRE has all the tools you want in it) On Mon, Jul 18, 2022 at 9:18 AM Martynas Jusevičius wrote: >

AW: Publishing Tomcat webapp

2022-07-18 Thread Thomas Hoffmann (Speed4Trade GmbH)
Hello, > -Ursprüngliche Nachricht- > Von: Jasmin Ćatić > Gesendet: Montag, 18. Juli 2022 14:12 > An: Tomcat Users List > Betreff: Re: Publishing Tomcat webapp > > Now I have another setback. > I have my tomcat running on the domain name www.mydomain.com and I > have an SSL certificate

Re: Publishing Tomcat webapp

2022-07-18 Thread Martynas Jusevičius
Hi, Wouldn’t this setup be easier to deploy as a Docker container? We have an image with SSL server cert support: https://github.com/AtomGraph/letsencrypt-tomcat On Mon, 18 Jul 2022 at 16.09, Aryeh Friedman wrote: > Here are the steps to installing a SSL cert (it varies slightly based > on

Re: Publishing Tomcat webapp

2022-07-18 Thread Aryeh Friedman
Here are the steps to installing a SSL cert (it varies slightly based on who your certificate authority [CA] is): Generate a CSR with keytool (it must be key tool despite what the tomcat docs say since for whatever reason it refuses to import from any other SSL tool): keytool –keystore

Re: Publishing Tomcat webapp

2022-07-18 Thread Jasmin Ćatić
Now I have another setback. I have my tomcat running on the domain name www.mydomain.com and I have an SSL certificate on this domain (CA_BUNDLE, Certificate and Key) in my CPanel. How to configure Tomcat to use this SSL and HTTPS protocol. Thanks again for your help pon, 18. srp 2022. u 08:24

Re: Publishing Tomcat webapp

2022-07-18 Thread Jasmin Ćatić
Thank you very much. I have done it successfully. Best regards JC ned, 17. srp 2022. u 09:08 Thomas Hoffmann (Speed4Trade GmbH) napisao je: > Hello, > > > -Ursprüngliche Nachricht- > > Von: Aryeh Friedman > > Gesendet: Sonntag, 17. Juli 2022 08:43 > > An: Tomcat Users List > >