You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to stackoverflow I've changed in /home/mailrise/.local/lib/python3.12/site-packages/apprise/plugins/NotifyNtfy.py verify=self.verify_certificate to verify="/etc/ssl/certs"
with this change the notification works as expected.
should this be reported in apprise?
Another workaround is modify mailrise.conf and change the url from ntfys://ntfy.my.domain/test to ntfys://ntfy.my.domain/test?verify=no
this works but imo it would be better if we can use self signed certs with validation.
docker-compose.yml
mailrise.conf
inside the mailrise container I can curl https://ntfy.my.domain/test but I get an error if I try to send a mail with
it seems that python is not using /etc/ssl/certs by default
https://stackoverflow.com/questions/70855939/python-requests-not-looking-into-etc-ssl-certs-for-self-signed-certificates
Calling ntfy over http works but I would prefer https
solution: #126 (comment)
The text was updated successfully, but these errors were encountered: