Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Oct : Re: Re:Connecting from behind a proxy
| Subject: | Re: Re:Connecting from behind a proxy |
| Posted by: | "Nindza Kornjaca" (nindzakornja..@nil.ca) |
| Date: | Mon, 23 Oct 2006 22:15:16 |
Thanks Gambit.
How can I solve the problem then?
- Using MappedTCPServer? It would require a lot of recoding;
- What IP address to set where?
I understand there is a proxy between, just that in my case proxy hides the
client, not the server (server is on public IP). Is this an issue to resolve
with out (outsourced) IT service provider then?
"Remy Lebeau (TeamB)" <no.spam@no.spam.com> wrote in message
news:453d71a2$1@newsgroups.borland.com...
>
> "Nindza Kornjaca" <nindzakornjaca@nil.ca> wrote in message
> news:453d60df$2@newsgroups.borland.com...
>> I works fine in local LAn (client and server machine) but if I try to
>> communicate with the server across the internet, it times out.
>> Basically, the same client binary is accessing the same server binary
>> just
>> throuh different networks.
>
> Then the only possibility is that you configured the client app to connect
> through a proxy, but the proxy is not sending the type of response (if
> any)
> that the client is expecting.
>
>
> Gambit