Opened 6 years ago
Closed 6 years ago
#1693 closed defect (fixed)
Documentation bug: Redirects without localization end up insecure
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | other | Version: | 1.15.x |
Keywords: | Cc: | ||
uname -a: | |||
nginx -V: | N/A |
Description
Redirects without localization end up insecure
The secure link ...
https://nginx.org/en/docs/http/ngx_http_proxy_module.html
... works and the response is sent securely.
If the localization segment is removed (which we do for ASP.NET Core documentation that uses links to your doc set) ...
https://nginx.org/docs/http/ngx_http_proxy_module.html
... the redirect ends up insecure ...
Note:
See TracTickets
for help on using tickets.
They are not secure or insecure, but https and http. Fixed to keep original schema on redirects.