Xiaochen Wang
Xiaochen Wang
支持https技术上可以行,我们也有计划支持,不过近期可能不会做。 也欢迎社区提供patch来完善此功能。
hi @zuoqiying , 目前`type=ssl_hello`发送的SSL协议包是固定的,无法配置,握手包格式说明如下: ``` /* * This is the SSLv3 CLIENT HELLO packet used in conjunction with the * check type of ssl_hello to ensure that the remote server...
fixed in Tengine 2.3.4, and in this pr: https://github.com/alibaba/tengine/pull/1655
I fixed a bug that orignal proxy_connect_read_timeout not work recently More details see here: https://github.com/chobits/ngx_http_proxy_connect_module/pull/249#issue-1463336830
This issue may be fixed in https://github.com/chobits/ngx_http_proxy_connect_module/pull/248. Note that only nginx-1.17.x ~ nginx-1.23.2 have been fixed. Their corresponding patch is proxy_connect_rewrite_1018.patch and proxy_connect_rewrite_102101.patch.
hi @huangyuewu huangyuewu > @chobits 我目前也遇到这个问题了,现在还没有修复吗? It has been fixed in `for_pull_request` branch. check it out in https://github.com/chobits/ngx_http_proxy_connect_module/tree/for_pull_request 已经在 `for_pull_request` branch分支中修复
> ty for ur tips, ill update it in patch
enable NGX_WIN32 macro to trigger sigfault in gdb: ``` Program received signal SIGSEGV, Segmentation fault. ngx_http_process_request_uri (r=r@entry=0x56203f79da80) at src/http/ngx_http_request.c:1346 1346 if (*p == ' ') { (gdb) bt #0 ngx_http_process_request_uri...
This issue has been fixed in https://github.com/chobits/ngx_http_proxy_connect_module/pull/248. Note that only nginx-1.17.x ~ nginx-1.23.2 have been fixed. Their corresponding patch is proxy_connect_rewrite_1018.patch and proxy_connect_rewrite_102101.patch.
The tengine mainline has been updated to 1.24.x. So this fix has been included.