Neither apply. You should use a port away from 443 and add it to your URL.
Embedded GAIA uses the following commands:
combined command to start with anything allowed
set admin-access interfaces any access allow allowed-ipv4-addresses any web-access-port 4434
separate commands:
set admin-access interfaces any
set admin-access access allow
to allow any address access (together with the above Interface command) you can use:
set admin-access allowed-ipv4-addresses any
or you can limit it to ranges and or single IP's:
add admin-access-ipv4-address network-ipv4-address 2.9.8.0 mask-length 24
add admin-access-ipv4-address single-ipv4-address 2.8.7.10
set admin-access allowed-ipv4-addresses from-ip-list
to set the web ssl port:
set admin-access web-access-port 4434
Regards, Maarten