mod_auth_radius README file says:
Using static passwords & RADIUS authentication over the web is a BAD
IDEA. Everyone can sniff the passwords, as they're sent over the net
in the clear.
If I serve the page over https, will it be secure then? Or is that not what is meant by the statement?