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/09/14 10:11:40 UTC

[GitHub] [apisix] tzssangglass commented on issue #7912: bug: route http_to_https not working. stack traceback: redirect.lua: in function 'phase_func'

tzssangglass commented on issue #7912:
URL: https://github.com/apache/apisix/issues/7912#issuecomment-1246540966

   ```
       listen_port:
         - 443
   ```
   
   maybe bad form, try with
   
   ```
   apisix:
     ssl:
       enable: true
       listen:
         - 443
   ```
   
   ref: https://github.com/apache/apisix/blob/4fb18b0d5d1e5be707712836379defcfe638c7eb/conf/config-default.yaml#L131-L141


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