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

   ### Description
   
   Configuration on nginx:
   location ^~ /test/  {
       proxy_pass                       https://RSIP:443;
       proxy_http_version  1.1;
       proxy_set_header    Host $host;
       proxy_set_header    X-Forwarded-For $proxy_add_x_forwarded_for;
       proxy_set_header    Upgrade $http_upgrade;
       proxy_set_header    Connection "upgrade";
   }
   Notice:    that proxy_pass is followed by HTTPS
   How do I configure it on Apisix?
   When I changed my upstream scheme to HTTPS and enabled Websocket, I found 
that %3A in the URI was decoded to “:” 
   
   ### Environment
   
   - APISIX version (run `apisix version`):2.13.1
   - Operating system (run `uname -a`):x86_64 GNU/Linux
   - OpenResty / Nginx version (run `openresty -V` or `nginx -V`):
   - etcd version, if relevant (run `curl 
http://127.0.0.1:9090/v1/server_info`):openresty/1.19.3.1
   - APISIX Dashboard version, if relevant:
   - Plugin runner version, for issues related to plugin runners:No plug-in is 
used
   - LuaRocks version, for installation issues (run `luarocks --version`):2.3.0
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to