Proxy support for SecureSocket connections
Hi,
Is there a plan to extend the SecureSocket connect() function to cope with proxies on the client side - similar to NetConnection?
At the moment:
1. One can use the RFC2817Socket.as as workaround, but this works only with unsecured sockets.
2. If the above is applied to a SecureSocket, it does not work because the connect is rejected from the proxy -> the proxy cannot do the handshake.
It is realy a lot of headache to rely on 3rd party libraries (as3crypto for example) to just pass the proxy, when this functionality is already implemented for some native classes.
Thanks,
Svetoslav
