(Optional) Redirect HTTP Port To HTTPs Port To disable the HTTP port: 1. Edit /opt/atto/broker/bvm/system-conf/iptables.sh. 2. Comment out (using '#') or remove the following lines: iptables -t nat -A PREROUTING -p tcp --destination-port 80 -j REDIRECT --to-port 8084 iptables -A INPUT -p tcp --destination-port 8084 -j ACCEPT 3. Update the firewall: bash /opt/atto/broker/bvm/system-conf/iptables.sh