Bug 87918 - CVS proxy support
Summary: CVS proxy support
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CVS (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal with 7 votes (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 70202 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-14 09:03 EST by Jean-Michel Lemieux CLA
Modified: 2008-04-18 16:14 EDT (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Michel Lemieux CLA 2005-03-14 09:03:30 EST
Please add support for accessing CVS on eclipse.org from inside a firewall.
SourceForge already supports this and is very useful for helping
committers/contributors from other companies to work with us.
Comment 1 Jean-Michel Lemieux CLA 2005-03-14 09:04:23 EST
*** Bug 9149 has been marked as a duplicate of this bug. ***
Comment 2 Hasko Heinecke CLA 2005-04-01 06:28:40 EST
SourceForge now provides access to CVS over ports 80 and 443. To enable access 
over a firewall, SourceForge only needs to use the local proxy configuration 
for those ports.
Comment 3 Richard Birenheide CLA 2005-05-13 02:46:42 EDT
To be more precise: Sourceforge provides _anonymous_ access through ports 443 
and 80 to its repository. I had to use a hack (local server) to access CVS 
anonymously through our firewall. Extension of the SSH2 functionality to entire 
CVS connections would be very useful.
Comment 4 Eclipse Webmaster CLA 2005-07-04 10:24:38 EDT
We have created a redirection host for cvs and shell services.

For cvs services use the following host/port combo

proxy.eclipse.org  / 80

for ssh shell services use

proxy.eclipse.org /443

more info can be found at the following URL

http://dev.eclipse.org/cvshowto.html
Comment 5 Jean-Michel Lemieux CLA 2005-07-04 11:07:16 EDT
*** Bug 102654 has been marked as a duplicate of this bug. ***
Comment 6 Chris Recoskie CLA 2005-07-04 11:27:11 EDT
This is a step in the right direction.

However, this is only useful for pservers access for people whose firewalls 
directly pass through traffic on port 80.  Those that are stuck using HTTP 
proxies are still out of luck for pserver access.
Comment 7 Eclipse Webmaster CLA 2005-07-05 16:30:01 EDT
*** Bug 70202 has been marked as a duplicate of this bug. ***
Comment 8 Mark A. Ziesemer CLA 2006-09-26 18:47:14 EDT
Please re-open this bug.

Granted, the original request doesn't state what type of firewall, but supporting connections over a HTTP proxy would be appreciated.

Eclipse already provides SSH access to CVS through a HTTP proxy.  Would it be so difficult to provide SSH access to the Eclipse CVS repository for everyone, not just committers?  (Granted, such access would still be read-only...)
Comment 9 Mark A. Ziesemer CLA 2007-09-07 13:34:08 EDT
It's been almost a year with no visible activity, and there are 11 votes sitting on this bug.  Can this be re-opened, or does a new bug need to be entered?
Comment 10 Mark A. Ziesemer CLA 2008-04-17 21:01:02 EDT
Bump.

I just realized that cvs.dev.java.net provides an anonymous SSH for use as a tunnel to their actual CVS pserver on the same host.  Everyone logs in with the same user/pass through SSH, then authenticates regularly to CVS, either as anonymous or with their dev.java.net account.

As a follow-up to my comment #8, could something similar be provided here?
Comment 11 Karl Matthias CLA 2008-04-18 12:04:15 EDT
Given that SSH allows arbitrary port forwarding this is not a secure setup in our network configuration.  Also, this bug is closed, which is why no one was responding.  If you want something beyond the original scope of the bug please open a different one.  Thanks.
Comment 12 Mark A. Ziesemer CLA 2008-04-18 16:14:15 EDT
(Started bug 227831 to address the remaining commented issues...)