Tag Archives: http

Redirecting HTTP to HTTPS on OS X 10.6 Server Snow Leopard

You should be able to redirect HTTP to HTTPS using Server Admin and the Aliases and Redirect options in the Web Service for the site in question, have your initial web site set up to share over Port 80, duplicate it using the duplicate option, on the duplicate option switch the port number to 443 [...]

Read more

Redirect HTTP to HTTPS on Tomcat

You’ve bought your secure certificate and successfully installed on Tomcat with the keytool but how do your redirect the entire site to go HTTPS and redirect any HTTP connection straight over to HTTPS. You need to edit the 2 Tomcat configuration files; server.xml and web.xml and then restart the tomcat service. Open server.xml typically found [...]

Read more