Network relay boards (WebSwitch/KMTronic/Dingtian) were always reached at http://<host>, so a board on the LAN behind a reverse proxy — the common remote setup where the operator's 80/443 already go to Nginx Proxy Manager — couldn't be reached from outside. relayBase() now keeps a scheme the operator supplies (https://relay.example.com, optional sub-path) and only defaults to http:// for a bare host/host:port. UI hint + test added.