homebox
homebox copied to clipboard
notify fails with ntfy:// but succedes with generic://{fqdn}?disabletls=yes
First Check
- [X] This is not a feature request
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the documentation, with the integrated search.
- [X] I already read the docs and didn't find an answer.
Homebox Version
v0.10.3
What is the issue you are experiencing?
The ntfy:// uri prefix fails with my locally hosted ntfy server. It spouts this error:
/go/src/app/internal/web/mid/errors.go:31 ERROR occurred error="failed to send ntfy notification: error sending payload: Post \"https://{fqdn}/hb\": remote error: tls: internal error"
The ntfy server is reverse proxied behind caddy with https working and every other app interfacing fine with it using https.
Caddy is configured to also accept non-tls notifications.
The notification works fine with generic:// when I add ?disabletls=yes - otherwise it is:
an error occurred while sending notification to generic webhook: Post \"https://{fqdn}/hb\": remote error: tls: internal error
How can the maintainer reproduce the issue?
Send a homebox test notification to a local ntfy server behind caddy with https working.
Deployment
Other
Deployment Details
Kubernetes in TrueNas Scale with TrueCharts.