Thanks to visit codestin.com
Credit goes to github.com

Skip to content

After enabling HTTPS, hb-service status reporting homebridge isn't running when it is #2607

@TheEngineerGuy

Description

@TheEngineerGuy

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:

  1. Install HB + HB-Service
  2. Enable HTTPS
  3. 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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions