-
Notifications
You must be signed in to change notification settings - Fork 422
Open
Labels
Description
Describe The Bug
Once HTTPS on GUI interface is enabled, HB-Service is unable to report correct status.
Expectation: HTTPS enabled or not, HB-Service should report correct status for the service.
Step to reproduce:
- Install HB + HB-Service
- Enable HTTPS
- Check status
OS Debian GNU/Linux Trixie (13)
Arch. arm64 (64-bit)
Homebridge: v1.11.0
Homebridge UI: v5.8.0
Node.js: v22.20.0
Logs
No response
Config
"mdns": {
"interface": "x.x.x.x"
},
"bridge": {
"name": "Homebridge",
"username": "XX:XX:XX:XX:XX",
"port": abcd,
"pin": "xyz-ab-cde",
"advertiser": "bonjour-hap",
"bind": [
"eth0"
]
},
"description": "Den Homebridge",
"ports": {
"start": x,
"end": y,
"comment": "Range of ports for accessories"
},
HTTPS Config:
{
"name": "Config",
"port": x,
"auth": "form",
"theme": "orange",
"tempUnits": "c",
"lang": "auto",
"sessionTimeout": 600,
"ssl": {
"pfx": "/path.p12",
"passphrase": "passwordhere"
},
Homebridge UI Version
v5.8.0
Homebridge Version
v1.11.0
Node.js Version
v22.20.0
Operating System
Raspberry Pi OS / Raspbian
Environment Info
Using hb-service
Raspberry Pi Model
Raspberry Pi 4 B
Copilot