Hello again,

I still didn't manage to configure SSL for my Tomcat. I tried a whole bunch
of tutorials and solutions but nothing worked for me.
Once again I will provide you with what I have, so if anybody can help me I
would really appreciate it. If anyone has a free time I will provide you
with remote access to configure it together with me.
So, I have a subdomain testjc.fgu.ba created in a cpanel, and it
automatically generated the SSL certificate for the testjc.fgu.ba and
www.testjc.fgu.ba. I have a certificate.crt, private.key and ca_bundle.crt
files in my cpanel.
The subdomain has an A record pointing to my PC IP address where I
installed Tomcat instance and it is currently running.
You can access it via http, but I want to do the encryption and be able to
have https access to my Tomcat.
What should I do next?

Sincerely,
JC

čet, 21. srp 2022. u 14:25 Thomas Hoffmann (Speed4Trade GmbH)
<thomas.hoffm...@speed4trade.com.invalid> napisao je:

>
>
> > -----Ursprüngliche Nachricht-----
> > Von: Christopher Schultz <ch...@christopherschultz.net>
> > Gesendet: Donnerstag, 21. Juli 2022 14:11
> > An: users@tomcat.apache.org
> > Betreff: Re: AW: Publishing Tomcat webapp
> >
> > Thomas,
> >
> > On 7/17/22 03:07, Thomas Hoffmann (Speed4Trade GmbH) wrote:
> > > Hello,
> > >
> > >> -----Ursprüngliche Nachricht-----
> > >> Von: Aryeh Friedman <aryeh.fried...@gmail.com>
> > >> Gesendet: Sonntag, 17. Juli 2022 08:43
> > >> An: Tomcat Users List <users@tomcat.apache.org>
> > >> Betreff: Re: Publishing Tomcat webapp
> > >>
> > >> On Sun, Jul 17, 2022 at 2:39 AM Aryeh Friedman
> > >> <aryeh.fried...@gmail.com>
> > >> wrote:
> > >>> Once you have it pointing to that domain just upload the war file to
> > >>> it
> > >> and give people the link.
> > >>
> > >> Small wording correction... I mean upload the war file as being a
> > >> part of the webapp and/or a part of an other webapp you have for
> > downloading...
> > >> take a look at the download section of the site I list in my
> signature.
> > >>
> > >> --
> > >> Aryeh M. Friedman, Lead Developer, http://www.PetiteCloud.org
> > >
> > > Usually you need 2 things:
> > > 1) A webserver or webspace. This includes a public IP address
> > > 2) A domain. You can buy it online.
> > >
> > > When you own a domain, you have access to the DNS settings. Create an
> > A-Record with the domain-name and point it to the IP address of your
> > server.
> > > If an A-records already exists, modify it to point to the IP address
> of the
> > server.
> > >
> > > Install tomcat on the webserver and install your web-application.
> > > Tomcat listens per default on all ports, so no special configuration
> needed
> > (only if you host multiple domains on that server).
> >
> > s/ports/interfaces/
> >
> > -chris
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
>
> Thanks for correcting my typo. Listens on all *interfaces* of course, not
> ports 😊
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>

Reply via email to