operasoftware / dns-ui

Opera's LDAP-authenticated PowerDNS user interface
Apache License 2.0
283 stars 57 forks source link

DNS server communication failure (Response Code 503) #162

Open gaankdoank opened 4 years ago

gaankdoank commented 4 years ago

Hi,

I've just install PDNS server & enable API with port 8081, then i've installed OperaDNSui and pointing API to the PDNS server API service in config.ini . When i accessing to OperaDNSui, it shown "DNS server communication failure" in http://**my-url**:8083/zones

image

image

I'm using it with docker. Where is my mistake or something else happen ?

thomas-pike commented 4 years ago

In such cases, there are 2 places you should look:

  1. The logs for your web server (ie. the DNSUI logs).
  2. The logs for your PDNS server.

Usually the information found in those is enough to point to the source of the problem.