Hi Maxim, These are exactly the instructions I am trying to follow, but which web.xml file should I modify?
The one under webapps/root or webapps/openmeetings, or both. Should I allow certain allow HTTP for certain elements or no to avoid breaking the application? Also, the Chrome browser was really redirecting, until I have removed my site with DELETE DOMAIN SECURITY POLICIES chrome://net-internals/#hsts Thanks, Vladimir On 2018-02-03 18:37, Maxim Solodovnik wrote: > You can try to follow this instructions: > https://www.itworld.com/article/2769041/development/how-to-configure-tomcat-to-always-require-https.html > (update web.xml) > > On Sat, Feb 3, 2018 at 9:52 PM, <[email protected]> wrote: > >> Hi Everyone! >> >> I have setup an Openmeetings 4.0.1 instance on Windows 10 server. I have >> followed the steps described here to setup SSL. >> https://openmeetings.apache.org/RTMPSAndHTTPS.html [1] >> >> On the firewall I configured forwarding of all https (port 443) incoming >> requests to my OM server port 5443 (SSL). >> >> Everything is working fine when my users access the site via >> https://<mysite> [2] >> >> I want to configure redirect to https when the users type http://<mysite> >> [2] >> >> On the firewall I configured all http (port 80) incoming requests to be >> redirected to my OM server port 5080. >> >> This works, but as HTTP and it does not redirect to HTTPS. >> >> Interesting that in Google Chrome, the redirect to HTTPS happens, but it >> works even if I remove the port 80 forward, >> >> so I assume the https address is cached in the browser. >> >> With IE11 when accessing http://<mysite> [3] it uses http protocol and if I >> remove the port 80 forward it can not find the site. >> >> Please, advise. Can I achieve the redirect from HTTP to HTTPS without >> installing additional proxy server in front of the OM server. >> >> Regards, >> >> Vladimir > > -- > WBR > Maxim aka solomax Links: ------ [1] https://openmeetings.apache.org/RTMPSAndHTTPS.html [2] http://webmail.lycos.com/./#NOP [3] http://%3Cmysite%3E/
