-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add support for forward proxy #335
Conversation
|
||
|
||
static ngx_http_module_t ngx_http_proxy_connect_module_ctx = { | ||
NULL, /* preconfiguration */ |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
test cases, please. |
Any progress or plan on this feature? |
I have rebased jinglong's work onto current master (d7fe6a4), and fixed various compilation errors, mostly for internal api changes. No test done yet. See https://github.com/lark/tengine/tree/proxy-connect |
Add proxy_connect_bind directive. See https://github.com/lark/tengine/tree/proxy-connect |
Can You please provide some example how to use this module ? |
@giasek
|
@chobits cool, this really works for me. There is one thing because of I can not sleep ;). I'm using this module for a forward proxy
and when I enable basic http authentication tengine asks me for a credentials every domain is resolved and pushed by tengine. I would like to authenticate one time. |
After talking with @jinglong , we would reopen a new pull request for this module. In new pull request, we will fix some compatible problems, add test case, merge @lark 's proxy_connect_bind patch and put this module source to tengine/modules directory. A standalone module for nginx is here. |
Hello, do you plan to merge it soon ? It would be awesome to have the CONNECT method :) |
hi @gooodmorningopenstack |
Hi. Any news on this PR ? |
hi @jfbus , this module will be included in the later release of Tengine. |
Hi @chobits , Just to clarify, this is not yet added to the latest Tengine release correct? I installed it through ppa on Ubuntu and I don't see this module as available. Thank you! |
hi @mbicca
Yes. If you want to use proxy_connect module with Tengine, you can install proxy_connect module from source. |
When to add this module to tengine? |
Edit:
The proxy_connect module has been integrated into Tengine 2.3.0. And this pull request is closed now.