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/12/13 05:58:31 UTC

[GitHub] [apisix] tzssangglass commented on issue #8483: use http to htts is not affect

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

   I didn't understand what you wanted to do.
   
   > if the shema is https,this plugin is no effect?
   
   yes, we have code like:
   
   ```
       local _scheme = proxy_proto or core.request.get_scheme(ctx)
       if conf.http_to_https and _scheme == "http" then
   ```


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