Hi there, I'm sitting behind a company http proxy, which only allows access to http(80), https(443) and ftp(21).
I have an SSH server running on the internet, which is also available on port 443 (to trick the proxy ;-) ). I was able to use "putty" to connect via this proxy to my SSH server running on port 443 and did some port tunneling through this connection. Works fine. Now I want to use MINAs proxy support to access a MINA server behind this proxy. As the proxy only allows connections to port 80, 443 and 21, I will run my MINA server with port 443 (and of course disable SSH on 443). But I have no idea how to use the ProxyConnector (that's all I found out about the proxy support) to connect to my MINA server via the company proxy. Can someone give me a hint or even a few lines of code explaining how to use the ProxyConnector? kind regards, Alex
