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

help request: When using a 302 redirect, port 9443 is appended. #11819

Open
MichaelLLC opened this issue Dec 10, 2024 · 0 comments
Open

help request: When using a 302 redirect, port 9443 is appended. #11819

MichaelLLC opened this issue Dec 10, 2024 · 0 comments
Labels
question label for questions asked by users

Comments

@MichaelLLC
Copy link

MichaelLLC commented Dec 10, 2024

Description

Apisix is deployed through a Helm chart in AWS EKS.
When I call the URL https://tasklist.camunda.example.net on port 443, a 302 redirect occurs, and the port in the address bar changes to 9443. The call chain stops working because the AWS NLB listens on port 443.

A similar issue occurred with a 301 redirect, but it was resolved by adding the following parameter to config.yaml:

redirect:
  https_port: 443

How can this be fixed for a 302 redirect? How to configure it so that the port is 443 and does not change?

Environment

  • APISIX version (run apisix version): 3.11.0
  • Operating system (run uname -a): Linux apisix-internal-59d79555bb-b8j4x 5.10.228-219.884.amzn2.x86_64
  • OpenResty / Nginx version (run openresty -V or nginx -V): openresty/1.25.3.2
@dosubot dosubot bot added the question label for questions asked by users label Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question label for questions asked by users
Projects
Status: 📋 Backlog
Development

No branches or pull requests

1 participant