4 Aug
2001
4 Aug
'01
12:17 p.m.
Can you just firewall off port 8080?
That's what I would do. It's way more secure than doing anything in Zope. Zope SiteRules can be switched off via the web ... BTW: How likely is it that your users go to the :8080 port? The whole thing might just be a question of user training ... - You could also use cookie-based authentication with SSL (like Cookie Crumbler). In combination with a SiteRoot set to "https://..." this should always display the login form via SSL. Joachim