[Pdns-users] remote backend

Walter Parker walterp at gmail.com
Tue Nov 28 18:10:29 UTC 2023


Unclear as to what you mean by “remote backend connected using Unix sockets”

If you mean that you wish to have a process on another system connect using
Unix sockets, that will not work. Unix sockets only work locally. TCP
sockets (which is what HTTP uses) are what is required for connections
between two servers.


Walter


On Tue, Nov 28, 2023 at 9:39 AM Alexis Fidalgo via Pdns-users <
pdns-users at mailman.powerdns.com> wrote:

> Hello all, i have a running remote backend using http with no problems at
> all, everything runs smoothly.
> Now i need to enable unix sockets, so the remote backend is not connected
> anymore using http but unix socket.
>
> Nothing has changed beside to listen in the unix socket, meaning im
> returning exactly the same JSON i return in the http but when i start pdns
> auth i get this
>
> PDNSException while filling the zone cache: Exception caught when sending:
> Could not send a message to remote process
>
> right after the initialize call which im answering with {"result":true} as
> usual.
>
> Same result for 4.7.4 and 4.8.3 , do i need to change anything else since
> in cannot find in the doc any reference to a different response
>
>
> thanks in advance
>
>
> _______________________________________________
> Pdns-users mailing list
> Pdns-users at mailman.powerdns.com
> https://mailman.powerdns.com/mailman/listinfo/pdns-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.powerdns.com/pipermail/pdns-users/attachments/20231128/5c67134e/attachment.htm>


More information about the Pdns-users mailing list