Socket communications through NTLM proxy



Hi,

I am using the ICS component(which is basically a helper component that
wraps many TCP sockets functionalities, including SSL sockets) to
connect a client app to a server app using port 443(mandatory). The
client and server use a home-made protocol to communicate.

I want this setup to work through a NTLM authentication proxy. Is
there a way to make this happen?

Right now, I've thought about encapsulating my data with HTTPS headers.
Doing one GET, authenticate using NTLM, and then streaming the data.
However, this would involve a lot of rewrite in my code. Is there any
other way I could do this?

Thanks in advance!

Alexandre Brizard

.



Relevant Pages

  • Re: Socket communications through NTLM proxy
    ... wraps many TCP sockets functionalities, ... connect a client app to a server app using port 443. ... I want this setup to work through a NTLM authentication proxy. ... Doing one GET, authenticate using NTLM, and then streaming the data. ...
    (comp.lang.pascal.delphi.misc)
  • Deploying client and server apps
    ... Client Package: ... Common assembly containing the MarshalByRef classes ... I install and run the server app, ... I install the client app, but when I run it I get the error message "Cannot ...
    (microsoft.public.dotnet.framework.remoting)
  • Re: Spurious segvs and malloc catastrophe
    ... most of today playing around with the malloc debug allocator ... ... unless it is a shared memory segment or data segments ... which is linked both to the client app as ... well as the server app. ...
    (comp.unix.aix)
  • Cant access remote server
    ... hope someone has come across this in .NET remoting. ... on the other a server app. ... both machines I am running ZoneAlarm as the firewall and Norton ... place server2 on the same box as the client app and server1 app it ...
    (microsoft.public.dotnet.framework)
  • RE: Sockets work sometimes, sometimes not
    ... If I cancel the client app (which closes and deletes the socket) and then cancel the server app, when I start the server app and then the client app again and try to connect, it won't work. ...
    (microsoft.public.vc.mfc)