| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| quarry: Enforce https only at nginx level | operations/puppet | production | +5 -3 | |
| quarry: Make Quarry HTTPS only | operations/puppet | production | +3 -0 |
Details
Details
Related Changes in Gerrit:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | yuvipanda | T107627 Quarry should be HTTPS-only | |||
| Resolved | bd808 | T120486 Set "https_upgrade" configuration flag for domainproxy to enforce HTTPS upgrade for GET|HEAD requests |
Event Timeline
Comment Actions
looks like https works just fine and only a redirect is missing from http->https, will look into it
Comment Actions
it's behind dynamicproxy (module dynamicproxy) and that does not have an option for https-only yet. we need to add that in general in dynamicproxy for all projects using that
Comment Actions
Change 285057 had a related patch set uploaded (by Yuvipanda):
quarry: Make Quarry HTTPS only
Comment Actions
Change 285058 had a related patch set uploaded (by Yuvipanda):
quarry: Enforce https only at nginx level