Hi, Roberto and list readers,

I have a need to implement SSL proxying via web proxy tunelling ("CONNECT"
method) http://en.wikipedia.org/wiki/HTTP_tunnel.
I'm thinking if it's possible to do it inside the existing
nginx-uwsgi-gevent-django application.

The whole idea of it is a big hack, but I'm curious if it's at all possible.

To implement it, one should relay all the trafic between the target server
and the client.
Can I do it with uWSGI?

Basically, I need something like a couple of threads or greenlets reading
and writing to the raw socket when data is available on either end.

Thanks for your reply.
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to