So in the interest of buttoning a few things up over here I got the LDAP lookups setup with our CA cert so that it is done over SSL. I also got a public wildcard cert installed and setup in Tomcat so I can now goto:
https://host.glenbrook225.org:8443
and get no cert errors and passwords are no longer sent in the clear. :)
Now I want to redirect everything so you have to login over SSL.
Basically I want an Apache/Server Admin "RedirectMatch / https://host.glenbrook225.org" to the site running on the secure port so that you are always forced to login over SSL etc.
At present visiting https://i.p.ad.dy:8443 results in a cert error as does https://host:8443.
And despite the fact that this entry
<Connector executor="tomcatThreadPool"
port="9006" protocol="HTTP/1.1"
connectionTimeout="20000"
maxPostSize="8388608"
redirectPort="8443" />
Already exists in /Library/JSS/Tomcat/conf/server.xml it does NOT, in fact, redirect :9006 to :8443.
Has anyone done this? How do I get it to work? Do I need to clarify better?
Thanks,
~Ryan
