Opened 5 years ago

Closed 5 years ago

#1693 closed defect (fixed)

Documentation bug: Redirects without localization end up insecure

Reported by: guardrex@… 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 ...

http://nginx.org/en/docs/http/ngx_http_proxy_module.html

Change History (1)

comment:1 by Sergey Budnevitch, 5 years ago

Resolution: fixed
Status: newclosed

They are not secure or insecure, but https and http. Fixed to keep original schema on redirects.

Note: See TracTickets for help on using tickets.