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/12 02:10:09 UTC

[GitHub] [apisix] OnlyPiglet opened a new issue, #8076: feat: As a user, I want to Forward Proxy https with apisix

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

   ### Description
   
   if apisix can support forward proxy for https on 7 layer, the request like this
   
   inner net server   http <-    -> http  apisix gateway   https <- -> https internet server
   
   like this nginx module https://github.com/chobits/ngx_http_proxy_connect_module


-- 
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] spacewander commented on issue #8076: feat: As a user, I want to Forward Proxy https with apisix

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

   We can use an external domain in the upstream. It doesn't work like a forward proxy with HTTP CONNECT, but can solve the problem described in the issue.


-- 
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 #8076: feat: As a user, I want to Forward Proxy https with apisix

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

   > has find a plugin proxy_rewrite and upstream_schema can change the protocol schema, thanks a lot
   
   Consider solved. Feel free to reopen it if needed.


-- 
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 #8076: feat: As a user, I want to Forward Proxy https with apisix

Posted by GitBox <gi...@apache.org>.
spacewander closed issue #8076: feat: As a user, I want to Forward Proxy https with apisix
URL: https://github.com/apache/apisix/issues/8076


-- 
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] OnlyPiglet commented on issue #8076: feat: As a user, I want to Forward Proxy https with apisix

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

   has find a plugin proxy_rewrite and upstream_schema can change the protocol schema, thanks a lot


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