Tomcat HTTP vs HTTPs
Hi Expert,
Need networking expert's support here.
I had setup my Joget on a server (IP:X.X.X.X:80), whereby I also setup the my SSL certification (abc.com.my) into my F5 Load Balancer and do the SSL offloading to the internal IP (X.X.X.X:80)
For example:
F5 Public IP:443 SSL offloading to X.X.X.X:80.
Problem:
When I access the https://abc.com.my (which mapped to my F5 Public IP), it was actually redirected to desktop and subsequently calling for the login page which was not in HTTPS/SSL mode.
Is there any configuration needed to be done in my Tomcat App(server.xml or web.xml), so that it will be always in secure mode (https/ssl)?
Note: the SSL is only installed in F5 Load Balancer, and the communication between F5 and Web server is always via port 80
Thanks
Regards,
Oswald