Newsgroups : Borland : borland.public.delphi.internet.winsock : 2007 Oct : Re: SMTP blues.
| Subject: | Re: SMTP blues. |
| Posted by: | "Remy Lebeau (TeamB)" (no.spam@no.spam.com) |
| Date: | Tue, 9 Oct 2007 10:21:55 |
"Roger Green" <RGreen_nospam@kemi.umu.se> wrote in message
news:470b7d43$1@newsgroups.borland.com...
> Now we have a problem: SMTP, Transparent Proxy , SSL.
> SMTP.IOHandler is assigned a TIdSSLIOHandlerSocketOpenSSL.
> The TIdSSLIOHandlerSocketOpenSSL.TransparentProxy is
> assigned a TidSocksInfo object. The client don't connect at all
> and the operation fails with a "Socks server did not respond." error.
You did not specify what you have the IOHandler's PassThrough property set
to initially, or whether the Proxy server you are using supports SSL between
itself and the client or whether that connection has to remain unsecure
until the connection to the target server has been established.
Gambit