Closed
Bug 1376583
Opened 7 years ago
Closed 7 years ago
https://www.mozillians.org returns an HTTP 503
Categories
(Participation Infrastructure :: Phonebook, defect)
Participation Infrastructure
Phonebook
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: stephend, Assigned: yousef)
Details
https://www.mozillians.org returns a 503[0]
https://mozillians.org works (returns a 200 OK)[1]
sdonner-17447:mozillians-tests sdonner$ curl -i -v https://www.mozillians.org
[0] - https://www.mozillians.org
* Rebuilt URL to: https://www.mozillians.org/
* Trying 52.44.126.94...
* TCP_NODELAY set
* Connected to www.mozillians.org (52.44.126.94) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: mozilla-community.org
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> GET / HTTP/1.1
> Host: www.mozillians.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 503 Service Unavailable
HTTP/1.1 503 Service Unavailable
< Cache-Control: no-cache
Cache-Control: no-cache
< Content-Type: text/html
Content-Type: text/html
< Content-Length: 108
Content-Length: 108
< Connection: keep-alive
Connection: keep-alive
<
<html><body><h1>503 Service Unavailable</h1>
No server is available to handle this request.
</body></html>
* Connection #0 to host www.mozillians.org left intact
[1] - https://mozillians.org
sdonner-17447:mozillians-tests sdonner$ curl -i -v https://mozillians.org
* Rebuilt URL to: https://mozillians.org/
* Trying 52.44.126.94...
* TCP_NODELAY set
* Connected to mozillians.org (52.44.126.94) port 443 (#0)
* TLS 1.2 connection using TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
* Server certificate: mozilla-community.org
* Server certificate: Amazon
* Server certificate: Amazon Root CA 1
* Server certificate: Starfield Services Root Certificate Authority - G2
> GET / HTTP/1.1
> Host: mozillians.org
> User-Agent: curl/7.54.0
> Accept: */*
>
< HTTP/1.1 301 MOVED PERMANENTLY
HTTP/1.1 301 MOVED PERMANENTLY
< Content-Security-Policy: script-src 'self' https://www.mozilla.org https://*.mozilla.net https://*.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; style-src 'self' 'unsafe-inline' https://www.mozilla.org https://*.mozilla.net; default-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; img-src 'self' data: https://*.mozilla.net https://*.mozilla.org *.google-analytics.com *.gravatar.com *.wp.com https://*.mozillians.org; child-src 'self' https://www.google.com/recaptcha/; font-src 'self' https://*.mozilla.net https://*.mozilla.org https://mozorg.cdn.mozilla.net; report-uri /en-US/capture-csp-violation
Content-Security-Policy: script-src 'self' https://www.mozilla.org https://*.mozilla.net https://*.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; style-src 'self' 'unsafe-inline' https://www.mozilla.org https://*.mozilla.net; default-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; img-src 'self' data: https://*.mozilla.net https://*.mozilla.org *.google-analytics.com *.gravatar.com *.wp.com https://*.mozillians.org; child-src 'self' https://www.google.com/recaptcha/; font-src 'self' https://*.mozilla.net https://*.mozilla.org https://mozorg.cdn.mozilla.net; report-uri /en-US/capture-csp-violation
< Content-Type: text/html; charset=utf-8
Content-Type: text/html; charset=utf-8
< Date: Tue, 27 Jun 2017 21:38:38 GMT
Date: Tue, 27 Jun 2017 21:38:38 GMT
< Location: http://mozillians.org/en-US/
Location: http://mozillians.org/en-US/
< Server: gunicorn/19.7.1
Server: gunicorn/19.7.1
< Vary: Accept-Language, X-Mobile, User-Agent
Vary: Accept-Language, X-Mobile, User-Agent
< x-content-type-options: nosniff
x-content-type-options: nosniff
< X-Frame-Options: DENY
X-Frame-Options: DENY
< x-xss-protection: 1; mode=block
x-xss-protection: 1; mode=block
< Content-Length: 0
Content-Length: 0
< Connection: keep-alive
Connection: keep-alive
<
* Connection #0 to host mozillians.org left intact
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → yousef
Assignee | ||
Comment 1•7 years ago
|
||
We forgot to set up the redirect for www after the migration, this should be fixed now.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 2•7 years ago
|
||
Thanks; verified fixed:
sdonner-17447:mozillians-tests sdonner$ curl -i https://mozillians.org
HTTP/1.1 301 MOVED PERMANENTLY
Content-Security-Policy: script-src 'self' https://www.mozilla.org https://*.mozilla.net https://*.google-analytics.com https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; style-src 'self' 'unsafe-inline' https://www.mozilla.org https://*.mozilla.net; default-src 'self' https://www.google.com/recaptcha/ https://www.gstatic.com/recaptcha/; img-src 'self' data: https://*.mozilla.net https://*.mozilla.org *.google-analytics.com *.gravatar.com *.wp.com https://*.mozillians.org; child-src 'self' https://www.google.com/recaptcha/; font-src 'self' https://*.mozilla.net https://*.mozilla.org https://mozorg.cdn.mozilla.net; report-uri /en-US/capture-csp-violation
Content-Type: text/html; charset=utf-8
Date: Tue, 27 Jun 2017 22:20:25 GMT
Location: http://mozillians.org/en-US/
Server: gunicorn/19.7.1
Vary: Accept-Language, X-Mobile, User-Agent
x-content-type-options: nosniff
X-Frame-Options: DENY
x-xss-protection: 1; mode=block
Content-Length: 0
Connection: keep-alive
Status: RESOLVED → VERIFIED
Comment 3•7 years ago
|
||
Can I please get a post mortem on Discourse for this?
Flags: needinfo?(yousef)
Assignee | ||
Comment 4•7 years ago
|
||
Given this was 2 months ago I'm not sure a post-mortem is necessary anymore.
Flags: needinfo?(yousef)
You need to log in
before you can comment on or make changes to this bug.
Description
•