Hello
I'm struggling to find a reverse proxy http->https like for binary sockets.
There is a Pound server which offers this kind of SSL tunneling but just for the http protocol. Basically I work on 4'th layer TCP/IP with binary data. Between flex/AIR client and c++ server. I can wrap sockets in C++ without problems, but this is a problem for flex side.
Any advice welcomed.