LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   Configure Tomcat to use HTTPS (https://www.linuxquestions.org/questions/general-10/configure-tomcat-to-use-https-4175696749/)

sreeguru 06-22-2021 04:54 AM

Configure Tomcat to use HTTPS
 
Hello Folks,

I currently have an application uses TOMCAT .

http://10.59.94.85:7782/myapp/login.jsf

I need to configure it to use SSL and access as like below.

httpS://10.59.94.85:7782/myapp/login.jsf


NOTE - I have a self signed cert . Application use server IP as i stated above don't have a domain as such.

Can you please let me know how to achieve it.?


Thanks in Advance!

Sree

TB0ne 06-22-2021 07:58 AM

Quote:

Originally Posted by sreeguru (Post 6260812)
Hello Folks,
I currently have an application uses TOMCAT .

http://10.59.94.85:7782/myapp/login.jsf

I need to configure it to use SSL and access as like below.

httpS://10.59.94.85:7782/myapp/login.jsf

NOTE - I have a self signed cert . Application use server IP as i stated above don't have a domain as such. Can you please let me know how to achieve it.?

Did you try reading the documentation? Following any of the (many) how-to guides you could find by putting "how to configure tomcat to use https" into a search engine?
https://tomcat.apache.org/tomcat-7.0-doc/ssl-howto.html

Start by doing those things.


All times are GMT -5. The time now is 02:46 PM.