Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-vcm-dev] Proxy connection to SCM ?

Hi Chris,

CVS uses the pserver protocol, which needs a plain socket connection.

It can easily run through a socks server, but with a little care, you
can tweak it to be tunneled through a http proxy using ssl tunneling.

The details are in http://dev.eclipse.org/bugs/show_bug.cgi?id=9149
but note that it requires that the http proxy server allows connections to
other ports than 443.

If all else fails, you can setup a kind of http tunnel that emulates a
plain socket while beneath the covers making multiple http
connections. This is a bit complex though, but it can be done (I have
working code that does this).

Wednesday, July 24, 2002, 7:23:41 PM, you wrote:

ccic> Update/Manager has to provide proxy connection for update. (see bug 19258)
ccic> and we have a plugin that manages proxy connection.
ccic> the question is :  (ok are)
ccic> 1) what is the underlying protocol used by cvs?
ccic> 2) will the plugin we have work for CVS connection (socks etc.) or will you
ccic> have to develop one ?

ccic> Chris

ccic> _______________________________________________
ccic> platform-vcm-dev mailing list
ccic> platform-vcm-dev@xxxxxxxxxxx
ccic> http://dev.eclipse.org/mailman/listinfo/platform-vcm-dev



-- 
Best regards,
 Kim Rasmussen                           mailto:kim@xxxxxxxxxx




Back to the top