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
I'm trying to set up my own ntfy server in the local network and Synapse complains about not being able to lookup the hostname even though it is working using curl in the container.
This is the log line: 2024-03-16 12:58:54,612 - synapse.push.httppusher - 416 - WARNING - httppush.process-4 - Failed to push data to @stefan:****.ch/im.vector.app.android/https://ntfy.****.ch:8180/up3jGv5F9EzBJe?up=1: <class 'twisted.internet.error.DNSLookupError'> DNS lookup failed: no results for hostname lookup: ntfy.****.ch.
The ip to look up is the local ntfy server in my internal network. It is also added to the /etc/hosts in the container.
Setup:
using latest Synape (102) with official docker image
havin my own ntfy server in my internal network with a certificate from my own CA
copied my CA certificate to the synapse container
my own CA certificate works as prooven by curl
So why is this not working?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is a bug or not.
I'm trying to set up my own ntfy server in the local network and Synapse complains about not being able to lookup the hostname even though it is working using curl in the container.
This is the log line:
2024-03-16 12:58:54,612 - synapse.push.httppusher - 416 - WARNING - httppush.process-4 - Failed to push data to @stefan:****.ch/im.vector.app.android/https://ntfy.****.ch:8180/up3jGv5F9EzBJe?up=1: <class 'twisted.internet.error.DNSLookupError'> DNS lookup failed: no results for hostname lookup: ntfy.****.ch.
The ip to look up is the local ntfy server in my internal network. It is also added to the /etc/hosts in the container.
Setup:
So why is this not working?
The text was updated successfully, but these errors were encountered: