by Pieter Philippaerts [pieter at mentalis dot org] posted on 2003/08/12 |
|
In theory it's possible, but the SecureSocket does not offer SOCKS support at this moment.
You can always add SOCKS support yourself. For instance, you can take the code from our ProxySocket [http://www.mentalis.org/soft/class.qpx?id=9] and modify it so that it uses a SecureSocket instead of a Socket instance. |
by steve [steve at 123aspx dot com] posted on 2003/11/13 |
|
Hi,
I noticed you trying to use SSL with the proxy socket. Did you get this working?
Would it be possible to simply take the SSL socket, and inherit from the Proxy socket? or is that over simplifing things?
Thanks,
Steve |