I get this error message while trying to access this site in firefox.
The site is hosted on a dedibox with Debian, apache2, php5, and bind9.
If run a dig command, or any kind of ping i get the good IP, so the hostname is actually resolved. It's just that it doesn't work in the browser.
I put a test script in the document root, and tried to access it directly but it's the same, so no application problem.
I put the ip in my hosts file on windows and try to access the site again. It worked! So actually there is some kind of dns infinite loop or something like that, that is correctly bypassed by ping or dig, but not by the browser (how strange is that?)
I took the control of this server late in development, so i don't know if the bind daemon on the server is actually the one who should resolve the domain, or someone else, and for that matter nobody knows know, i need to find out. There were some entries for the domain in named.conf file, and i removed them and also asked the client to set other nameserver that should resolve the domain.
I don't have experience with dns. Does anyone have any suggestions of what can i do more to identify the problem ?
UPDATE: so far, i found there is a problem with networking. I did a /etc/init.d/networking restart through ssh and now the server seems to be down. I mean all interfaces are down and i can't connect. The server is not accessible by me. What could be wrong now ?