Greetings.
Someone reported in https://pagure.io/fedora-infrastructure/issue/5562 that www.getfedora.org doesn't resolve. I've since added it to DNS, but we need to also tell proxies to treat it as a server alias.
Note, we have a redirect so if someone goes to http://www.getfedora.org or http://www.getfedora.com or http://getfedora.com it will redirect them to https://getfedora.org, but that doesn't help if they go to the https versions of those. I don't think there's much we can do there without getting certs for each of these silly combos, which I am against.
In any case this fixes the http case and is simple enough:
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index c567987..7d47039 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -133,6 +133,7 @@ - www.projectofedora.org - www.getfedora.com - getfedora.com + - www.getfedora.org - fedoraplayground.org - fedoraplayground.com
+1s?
kevin
+1
On 11 November 2016 at 15:03, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
Someone reported in https://pagure.io/fedora-infrastructure/issue/5562 that www.getfedora.org doesn't resolve. I've since added it to DNS, but we need to also tell proxies to treat it as a server alias.
Note, we have a redirect so if someone goes to http://www.getfedora.org or http://www.getfedora.com or http://getfedora.com it will redirect them to https://getfedora.org, but that doesn't help if they go to the https versions of those. I don't think there's much we can do there without getting certs for each of these silly combos, which I am against.
In any case this fixes the http case and is simple enough:
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index c567987..7d47039 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -133,6 +133,7 @@ - www.projectofedora.org - www.getfedora.com - getfedora.com
- www.getfedora.org
- fedoraplayground.org
- fedoraplayground.com
+1s?
kevin
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
+1
On Fri, Nov 11, 2016 at 8:05 PM, Stephen John Smoogen smooge@gmail.com wrote:
+1
On 11 November 2016 at 15:03, Kevin Fenzi kevin@scrye.com wrote:
Greetings.
Someone reported in https://pagure.io/fedora-infrastructure/issue/5562 that www.getfedora.org doesn't resolve. I've since added it to DNS, but we need to also tell proxies to treat it as a server alias.
Note, we have a redirect so if someone goes to http://www.getfedora.org or http://www.getfedora.com or http://getfedora.com it will redirect them to https://getfedora.org, but that doesn't help if they go to the https versions of those. I don't think there's much we can do there without getting certs for each of these silly combos, which I am against.
In any case this fixes the http case and is simple enough:
diff --git a/playbooks/include/proxies-websites.yml b/playbooks/include/proxies-websites.yml index c567987..7d47039 100644 --- a/playbooks/include/proxies-websites.yml +++ b/playbooks/include/proxies-websites.yml @@ -133,6 +133,7 @@ - www.projectofedora.org - www.getfedora.com - getfedora.com
- www.getfedora.org
- fedoraplayground.org
- fedoraplayground.com
+1s?
kevin
infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
-- Stephen J Smoogen. _______________________________________________ infrastructure mailing list -- infrastructure@lists.fedoraproject.org To unsubscribe send an email to infrastructure-leave@lists.fedoraproject.org
infrastructure@lists.fedoraproject.org