SSBN wrote:
>
> I was wondering is there a way to make your primary web site
> only accessible by https. By default it looks like you can
> use both. http and https.
Not with a minor customisation to the firewall script, /etc/rc.d/init.d/masq; creating any empty AllowHTTP firewall template should negate the affects of the standard template:
# mkdir -p /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/
# touch /etc/e-smith/templates-custom/etc/rc.d/init.d/masq/45AllowHTTP
# /sbin/e-smith/signal-event remoteaccess-update
(Untested.)
HTH,
Paul