Closed
Bug 962373
Opened 11 years ago
Closed 11 years ago
`?` gets appended to SSL redirects
Categories
(Cloud Services :: Operations: Marketplace, task)
Cloud Services
Operations: Marketplace
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cvan, Assigned: jason)
Details
(Whiteboard: [perf])
For some reason any non-HTTPS URL requested gets redirected to that URL + `?`:
%% curl 'http://marketplace-dev.allizom.org/?lang=en-US' -I
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 22 Jan 2014 01:38:28 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://marketplace-dev.allizom.org/?lang=en-US?
X-Backend-Server: dev2
(driven) %% curl 'http://marketplace-dev.allizom.org' -I
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 22 Jan 2014 01:40:44 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://marketplace-dev.allizom.org/?
X-Backend-Server: dev1
(driven) %% curl 'http://marketplace.firefox.com' -I
HTTP/1.1 301 Moved Permanently
Server: nginx
Date: Wed, 22 Jan 2014 01:41:15 GMT
Content-Type: text/html
Content-Length: 178
Connection: keep-alive
Location: https://marketplace.firefox.com/?
X-Backend-Server: web7
| Assignee | ||
Updated•11 years ago
|
Assignee: server-ops-amo → jthomas
| Assignee | ||
Comment 1•11 years ago
|
||
Fixed in https://github.com/mozilla-services/svcops-puppet/commit/9b02db6533929e240bbc189af3a662a87234703c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Component: Server Operations: AMO Operations → Operations: Marketplace
Product: mozilla.org → Mozilla Services
You need to log in
before you can comment on or make changes to this bug.
Description
•