As of v14.0+ both Webmin and Webshell are hidden behind stunnel. That's all well and good, but ideally, it'd be nice if a user inadvertently tried to connect to them via http you would be auto-redirected to https. E.g.:
http://xxx.xxx.xxx.xxx:12321 --> https://xxx.xxx.xxx.xxx:12321
AFAIK stunnel only supports HTTPS (no support for vanilla HTTP at all) so to support this feature, we would need to use something other than stunnel. That means there is no lightweight immediate path forward but I figured it was worth noting...
As of v14.0+ both Webmin and Webshell are hidden behind stunnel. That's all well and good, but ideally, it'd be nice if a user inadvertently tried to connect to them via http you would be auto-redirected to https. E.g.:
http://xxx.xxx.xxx.xxx:12321 --> https://xxx.xxx.xxx.xxx:12321
AFAIK stunnel only supports HTTPS (no support for vanilla HTTP at all) so to support this feature, we would need to use something other than stunnel. That means there is no lightweight immediate path forward but I figured it was worth noting...