Private addresses exposed to the wild.

I've noticed that Virtualmin displays the following information when connected to port 80 and it's configured to work via HTTPS:

This web server is running in SSL mode. Try the URL https://x.x.x.x:10000 instead.

The x.x.x.x is a private IPv4 address used behind the NAT in DMZ. IMVHO it should be possible to configure the Virtualmin/Webmin to display previously configured address or domain.

Status: 
Closed (fixed)

Comments

You can fix this by editing /etc/webmin/miniserv.conf and adding a line like :

host=x.x.x.x

where x.x.x.x is your external IP, then running /etc/webmin/restart

Automatically closed -- issue fixed for 2 weeks with no activity.