I would like to require that *only* SSL/TLS connections be allowed to my server. This is not to be confused with wanting SSL client authentication. I had initially thought I could do this with ACI using the authmethod="ssl", however after looking at the documentation closely and experimentation this refers to do client based SSL authentication as well. I do have SSL/TLS set up correctly, I just want to disallow non-encrypted traffic. In OpenLDAP I would merely state "security ssf=128" to require SSL/TLS only connections. Anyone know how to do this in FDS? == tc