Regarding sk180808
It can be http or https , i will ask to fix the Sk .
i will explain a bit about the 2 options :
Currently there are 2 "before drop" implied rules, both implied rules can allow connections to the Security Gateway on port 443 or 80
- enable_portal_http (MULTIPORTAL)
- enable_tcpt (TCP_TUNNELING)
it mean that in case we have a drop we check if we match the implied rule
in sk180808 , you can change the before drop to before last
it mean that in case this connection is drop on the rulebase (except the cleanup rule) , GW will drop the connection , in case the connection hit the cleanup rule, we will see if it match the implied rule .
when you use the fw_ignore_before_drop_rules , this is like you disable both rules
in this case you must create an implicit rule instead of the implied rule .