Posted by
Galaxy Outreach on
Dec 01, 2014; 10:08pm
URL: https://support.nabble.com/Change-Domain-Name-isn-t-taking-tp7592546p7592970.html
Hi Pedro,
This still isn't working for us. We are still seeing this error/warning:
Your domain name currently resolves to an IP address that doesn't belong to Nabble. Please follow the instructions (see link below) in order to update your DNS. If you have just updated your DNS, please wait 24 hours for the changes to take affect.and it isn't saving the new domain name.
----
From our sys admin:
The lists are CNAMEd to their full nabble hostname (which for the training list is): galaxy-training-mailing-list-archive.35427.n7.nabble.com. This name resolves to 162.253.133.81, which is the same IP that n7.nabble.com resolves to. So your browser is simply going to contact that address like:
% telnet n7.nabble.com 80
Trying 162.253.133.81...
Connected to n7.nabble.com.
Escape character is '^]'.
GET / HTTP/1.1
Host: training.list.galaxyproject.org
Unfortunately it responds like so:
HTTP/1.1 301 Moved Permanently
p3p: CP="IDC DSP TAIi PSAi PSDi OTPi OUR IND PHY ONL UNI NAV DEM PRE LOC"
Location:
http://www.nabble.com/Content-Type: text/html;charset=ISO-8859-1
Cache-Control: must-revalidate,no-cache,no-store
Content-Length: 1111
Server: Jetty(7.6.0.v20120127)
The redirect suggests that n7.nabble.com is not configured with training.list.galaxyproject.org as a virtualhost, which it would need to be for it to understand the Host: header sent in the request. Can you triple check in Nabble that the list address on their side is set to training.list.galaxyproject.org? If yes, can you change it to something else and then change it back?
FWIW, I did try changing the CNAME to n7.nabble.com just now and it did not have any effect. Although I suppose if their webserver resolved the value passed in Host: to ensure it pointed back at the correct nabble server, we might have to wait up to an hour for it to update at their end.
-----
Any suggestions? I'm way out of my depth here.
Thanks,
Dave C