You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/10/24 21:53:54 UTC

[GitHub] [apisix-ingress-controller] ohayak commented on issue #1082: request help: Why does 'the enabling https redirect' redirect to the https scheme with the port 9443?

ohayak commented on issue #1082:
URL: https://github.com/apache/apisix-ingress-controller/issues/1082#issuecomment-1289665371

   > redirect.https_port
   
   Indeed it changes the container port but it dosn't solve the problem, redirect still rewrite the port to 9443. The workaround that worked for me was to edit the redirect plugin attribute "https_port" to match containerPort on 443
   I m using the heml chart so it's sometjing like:
   ```yaml
   gateway:
     tls:
       enabled: true
       containerPort: 443
   pluginAttrs:
     redirect:
       https_port: 443
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org