Projects.theforeman.org over IPv6 isn't working

Hi there,

I believe that https://projects.theforeman.org/ over IPv6 isn’t working. The site appears to be working over IPv4 however.

$ curl --verbose https://projects.theforeman.org 
* Rebuilt URL to: https://projects.theforeman.org/
*   Trying 2001:bc8:47a8:f18::1...
...
curl: (35) getpeername() failed with errno 22: Invalid argument

Forcing IPv4 works in curl:

$ curl -4 --verbose https://projects.theforeman.org 
* Rebuilt URL to: https://projects.theforeman.org/
*   Trying 51.15.192.166...
...
> GET / HTTP/1.1
> Host: projects.theforeman.org

Since an IPv6 address is normally used before the IPv4 address, the site is broken for me unless I can figure out how to get Chrome to use IPv4 only.

@ohadlevy could you have a look? looks like the CNAME change didn’t come through.

should work now :slight_smile:

projects.theforeman.org is an alias for redmine01.theforeman.org.
redmine01.theforeman.org has address 51.15.192.166
redmine01.theforeman.org has IPv6 address 2001:bc8:47ac:221c::1

Works for me now, thanks!

$ curl -6 --verbose https://projects.theforeman.org 
* Trying 2001:bc8:47ac:221c::1:443...
* TCP_NODELAY set
* Connected to projects.theforeman.org (2001:bc8:47ac:221c::1) port 443 (#0)
* ALPN, offering http/1.1
...