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/05/31 04:11:28 UTC

[GitHub] [apisix] VineFiner opened a new issue, #7172: request help: use https

VineFiner opened a new issue, #7172:
URL: https://github.com/apache/apisix/issues/7172

   ### Issue description
   
   If I set `--set gateway.tls.enabled=true.`
   And turn on redirect to https in the dashboard. will redirect to port `9443`.
   If it is not set, the https URL cannot be opened.
   
   ### Environment
   
   - your apisix-ingress-controller version (output of apisix-ingress-controller version --long):2.13
   - your Kubernetes cluster version (output of kubectl version):v1.23.6+k3s1
   - if you run apisix-ingress-controller in Bare-metal environment, also show your OS version (uname -a): Ubuntu20.04
   


-- 
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.apache.org

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


[GitHub] [apisix] kwanhur commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
kwanhur commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1144595871

   Maybe plugin [redirect](https://apisix.apache.org/docs/apisix/plugins/redirect) with `http_to_https` can help you.


-- 
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


[GitHub] [apisix] VineFiner commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
VineFiner commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1153526588

   > 也许插件[重定向](https://apisix.apache.org/docs/apisix/plugins/redirect)可以帮助`http_to_https`你。
   
   this doesn't work


-- 
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


[GitHub] [apisix] VineFiner commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
VineFiner commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1144339654

   Any progress?


-- 
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


[GitHub] [apisix] spacewander closed issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #7172: request help: use https
URL: https://github.com/apache/apisix/issues/7172


-- 
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


[GitHub] [apisix] spacewander commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
spacewander commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1147237074

   Solved in https://github.com/apache/apisix/pull/7065


-- 
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


[GitHub] [apisix] tao12345666333 commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
tao12345666333 commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1144355397

   You can view the progress of those two issues or comment on them


-- 
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


[GitHub] [apisix] VineFiner commented on issue #7172: request help: use https

Posted by GitBox <gi...@apache.org>.
VineFiner commented on issue #7172:
URL: https://github.com/apache/apisix/issues/7172#issuecomment-1153519762

   > Maybe plugin [redirect](https://apisix.apache.org/docs/apisix/plugins/redirect) with `http_to_https` can help you.
   
   HTTP/1.1 301 Moved Permanently
   ...
   Location: https://127.0.0.1:9443/hello
   ...
   
   I want to use 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