Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832008 - A bunch of redirects missing.
Summary: A bunch of redirects missing.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Infrastructure
Classification: Unclassified
Component: Web Node Issues (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Infrastructure
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-24 23:32 UTC by Alec Warner
Modified: 2022-04-18 23:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alec Warner (RETIRED) archtester gentoo-dev Security 2022-01-24 23:32:57 UTC
Redirects are broken:

antarus@marine-bay:~/gentoo/infra/dns-zones$ for host in $(awk '{ print $1 }' < tmp); do curl $host -s | grep -q Empty && echo "broken $host"; done
broken alpha.gentoo.org.
broken amd64.gentoo.org.
broken bugzilla.gentoo.org.
broken cluster.gentoo.org.
broken devrel.gentoo.org.
broken docs.gentoo.org.
broken embedded.gentoo.org.
broken events.gentoo.org.
broken gdp.gentoo.org.
broken gentoo-alt.gentoo.org.
broken gwn.gentoo.org.
broken hppa.gentoo.org.
broken java.gentoo.org.
broken kbase.gentoo.org.
broken kernel.gentoo.org.
broken metastructure.gentoo.org.
broken mips.gentoo.org.
broken people.gentoo.org.
broken ppc64.gentoo.org.
broken ppc.gentoo.org.
broken releng.gentoo.org.
broken sparc.gentoo.org.
broken sponsors.gentoo.org.
broken tenshi.gentoo.org.
broken tex.gentoo.org.
broken x86.gentoo.org.

All of these basically hit the default www page because they fail SNI.

Do we either
Fix them by updating the SNI config.
Drop them

Which ones are in the CN list for the www.g.o cert?

-A
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2022-04-18 23:00:04 UTC
Deleted 2, fixed the rest