[SAC] [OSGeo] #2775: OSGeo Download Server does not redirect to secure HTTPS
OSGeo
trac_osgeo at osgeo.org
Wed Jun 22 18:40:32 PDT 2022
#2775: OSGeo Download Server does not redirect to secure HTTPS
-------------------------+------------------------
Reporter: Mike Taves | Owner: vicky@…
Type: enhancement | Status: closed
Priority: normal | Milestone: Unplanned
Component: WebSite | Resolution: fixed
Keywords: |
-------------------------+------------------------
Changes (by robe):
* status: new => closed
* resolution: => fixed
Comment:
Give it a try now.
Per this article - https://www.netexpertise.eu/en/misc/nginx/nginx-behind-
reverse-proxy-301-https-to-http-redirect-when-url-has-no-trailing-
slash.html
In the download container, I added a link to /etc/nginx/sites-
enabled/1download.local
{{{
absolute_redirect off;
}}}
It still ends up doing a redirect, but does a relative now instead of an
absolute, so it maintains the browsers choice of http vs. https.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2775#comment:9>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list