dslucki
3
alshao - thanks for the information. Yes, I do want to access this from the WAN side. So I changed the firewall rule from port 443 to my new port number and it works!
So, if anyone needs to know what I did:
SSH into the B1300
vi /etc/lighttpd/conf.d/30-openssl.conf
changed the following line
$SERVER["socket’] == “0.0.0.0:443” { <— put your port number in place of 443 here
saved the file
went into the firewall via web interface>More Settings>Advanced
Logged in as root
Go to Network>Firewall
Edited the rule called glservice_https to change port to new port number
1 Like