The problem I am having is that I want to change the port for HTTPS from 443 to something else.
I’m not an expert but I’m sure there’s a way to change the HTTPS port that my Convexa B router listens on.
I think this is what I need:
SSH into my B1300
vi /etc/lighttpd/lighttpd.conf
find where is shows https is using port 443
change it to something else
save
Configure Firewall:
change the port on firewall from 443 to something else
save
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