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 would like to share one tcp port between a
webserver that I already have and a SSL VPN. The SSL VPN does the
following:
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 implementation. Diff between
1.3.12 and 1.3.13 comes very close to what I’m looking for.
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:
I’ll test it later after I bisected the problem with anyconnect.
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 implementation. Diff between
1.3.12 and 1.3.13 comes very close to what I’m looking for.