|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: Connecting to a computer across proxy server:
From: Naveen Mankotia (NMankotia
QUARK.CO.IN)
Date: Mon Feb 02 2004 - 03:35:42 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi Jonas,
The message is in XML format, this not a HTTP message. Can you give an idea
of how to establish a SSL connection with remote computer through proxy.
Thanks for reponse.
Regards,
Naveen
-----Original Message-----
From: Jonas Blunck TACMa [mailto:jonas.blunck
TAC.COM]
Sent: Monday, February 02, 2004 3:16 PM
To: DCOM
DISCUSS.MICROSOFT.COM
Subject: Re: Connecting to a computer across proxy server:
> 2. In this regard what i was trying to do is.
> i. open a socket of Proxy server.
> ii. send a CONNECT message to connect to destination computer.
> iii. Try to communicate with destination computer.
> Is this approach fine?
If you're not using HTTP to communicate with the destination computer,
you'll need to establish an SSL session with the destination computer. If
you send anything besides HTTP messages in plain-text, the proxy will most
likely consider it illegal and close your session.
Also, be aware that most proxies don't honor the Proxy-Connection:
Keep-Alive header. You'll need to send some form of data periodically to
protect yourself from having the proxy tearing down your connection.
Cheers,
Jonas
----------------------------------------------------------------
Users Guide http://discuss.microsoft.com/archives/mailfaq.html
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
----------------------------------------------------------------
Users Guide http://discuss.microsoft.com/archives/mailfaq.html
contains important info. Save time, search the archives at
http://discuss.microsoft.com/archives/index.html .
To unsubscribe, mailto:DCOM-signoff-request
DISCUSS.MICROSOFT.COM
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]