Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1291 - Compare HTTPS redirect hostname, not netloc (incl port) #1293

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

mxsasha
Copy link
Collaborator

@mxsasha mxsasha commented Feb 28, 2024

When the redirect URL includes an explicit port, as done by some AWS,
the netloc includes this port and comparison would fail.

When the redirect URL includes an explicit port, as done by some AWS,
the netloc includes this port and comparison would fail.
@mxsasha mxsasha linked an issue Feb 28, 2024 that may be closed by this pull request
@mxsasha mxsasha added the backport Fix to be backported label Feb 28, 2024
@mxsasha mxsasha merged commit c22b15c into main Feb 28, 2024
17 checks passed
@mxsasha mxsasha deleted the explicit-port-redir branch February 28, 2024 14:04
@mxsasha mxsasha removed the backport Fix to be backported label Mar 26, 2024
@nickvanboven
Copy link

When wil this be released?

@mxsasha
Copy link
Collaborator Author

mxsasha commented May 15, 2024

This has been deployed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

HTTPS Redirect fail on AWS ELB config
2 participants