homebox icon indicating copy to clipboard operation
homebox copied to clipboard

notify fails with ntfy:// but succedes with generic://{fqdn}?disabletls=yes

Open tctlrd opened this issue 1 year ago • 0 comments

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.

tctlrd avatar Feb 22 '24 20:02 tctlrd