Re: Implementing CONNECT in nginx

2014-01-28 Thread Thomas Glanzmann
Hello Nickos, antoher way would be the SNI to distinguish. It would be nice to have SNI proxy support in NGINX. However there is a third party proxy which probably already does the job: https://github.com/dlundquist/sniproxy I'll test it later after I bisected the problem with anyconnect. Cheers

答复: Implementing CONNECT in nginx

2014-01-26 Thread 卫越
I think this meets your requirement https://github.com/alibaba/tengine/pull/335/files -邮件原件- 发件人: nginx-boun...@nginx.org [mailto:nginx-boun...@nginx.org] 代表 Thomas Glanzmann 发送时间: 2014年1月23日 4:48 收件人: nginx@nginx.org 抄送: openconnect-de...@lists.infradead.org 主题: Re: Implementing CONNECT

Re: Implementing CONNECT in nginx

2014-01-22 Thread Thomas Glanzmann
Hello, * Thomas Glanzmann [2014-01-22 16:15]: > I would like to extend nginx with a CONNECT statement which connects to > a TCP socket. Could someone walk me through which source files I need to > modify and which fucntions I should have a look at? to answer my own question. The websocket implem

Implementing CONNECT in nginx

2014-01-22 Thread Thomas Glanzmann
Hello everyone, I would like to extend nginx with a CONNECT statement which connects to a TCP socket. Could someone walk me through which source files I need to modify and which fucntions I should have a look at? Or if there is anything else that can give me a quickstart? My use case is that I wo