public inbox for overseers@sourceware.org
 help / color / mirror / Atom feed
* [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
@ 2007-09-29  0:36 Ian Lance Taylor
  2007-09-29  0:41 ` Daniel Berlin
  0 siblings, 1 reply; 9+ messages in thread
From: Ian Lance Taylor @ 2007-09-29  0:36 UTC (permalink / raw)
  To: overseers; +Cc: NightStrike

[-- Attachment #1: Type: text/plain, Size: 121 bytes --]

Redirecting to overseers in case anybody wants to take this on.  I
personally have no idea what would be required.

Ian


[-- Attachment #2: Type: message/rfc822, Size: 3034 bytes --]

From: NightStrike <nightstrike@gmail.com>
To: gcc-help@gcc.gnu.org
Subject: SVN access over https (SSL)
Date: Thu, 27 Sep 2007 17:24:02 -0400
Message-ID: <b609cb3b0709271424t7e606aebrdd4af5683f28d52a@mail.gmail.com>

Currently, gcc provides access to the svn repository using the svn
protocol (svn://) as well as the http protocol (http://).  Some
sourceforge projects (not saying gcc is on sourceforge.. just citing
examples) also allow secure access via https.  This has the nice side
effect of making svn work through annoying proxies.

Can gcc add support for https access as well as the current two methods?



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29  0:36 [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL) Ian Lance Taylor
@ 2007-09-29  0:41 ` Daniel Berlin
  2007-09-29  1:27   ` Ian Lance Taylor
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Berlin @ 2007-09-29  0:41 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: overseers, NightStrike

We'd need to generate random passwords for users, since we won't be
able to authenticate them by ssh.
Not really worth it, especially since this guy doesn't even have write access.



On 28 Sep 2007 17:35:47 -0700, Ian Lance Taylor <iant@google.com> wrote:
> Redirecting to overseers in case anybody wants to take this on.  I
> personally have no idea what would be required.
>
> Ian
>
>
>
> ---------- Forwarded message ----------
> From: NightStrike <nightstrike@gmail.com>
> To: gcc-help@gcc.gnu.org
> Date: Thu, 27 Sep 2007 17:24:02 -0400
> Subject: SVN access over https (SSL)
> Currently, gcc provides access to the svn repository using the svn
> protocol (svn://) as well as the http protocol (http://).  Some
> sourceforge projects (not saying gcc is on sourceforge.. just citing
> examples) also allow secure access via https.  This has the nice side
> effect of making svn work through annoying proxies.
>
> Can gcc add support for https access as well as the current two methods?
>
>
>
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29  0:41 ` Daniel Berlin
@ 2007-09-29  1:27   ` Ian Lance Taylor
  2007-09-29  2:00     ` Daniel Berlin
  0 siblings, 1 reply; 9+ messages in thread
From: Ian Lance Taylor @ 2007-09-29  1:27 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: overseers, NightStrike

"Daniel Berlin" <dberlin@dberlin.org> writes:

> We'd need to generate random passwords for users, since we won't be
> able to authenticate them by ssh.
> Not really worth it, especially since this guy doesn't even have write access.

This would presumably only be for read-only anonymous access to the
sources.  I certainly agree that we shouldn't do it for write access.
Note the cited advantage of working through proxies.

Ian

> On 28 Sep 2007 17:35:47 -0700, Ian Lance Taylor <iant@google.com> wrote:
> > Redirecting to overseers in case anybody wants to take this on.  I
> > personally have no idea what would be required.
> >
> > Ian
> >
> >
> >
> > ---------- Forwarded message ----------
> > From: NightStrike <nightstrike@gmail.com>
> > To: gcc-help@gcc.gnu.org
> > Date: Thu, 27 Sep 2007 17:24:02 -0400
> > Subject: SVN access over https (SSL)
> > Currently, gcc provides access to the svn repository using the svn
> > protocol (svn://) as well as the http protocol (http://).  Some
> > sourceforge projects (not saying gcc is on sourceforge.. just citing
> > examples) also allow secure access via https.  This has the nice side
> > effect of making svn work through annoying proxies.
> >
> > Can gcc add support for https access as well as the current two methods?

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29  1:27   ` Ian Lance Taylor
@ 2007-09-29  2:00     ` Daniel Berlin
  2007-09-29  5:22       ` NightStrike
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Berlin @ 2007-09-29  2:00 UTC (permalink / raw)
  To: Ian Lance Taylor; +Cc: overseers, NightStrike

Most people who proxy https proxy http as well.


On 28 Sep 2007 18:27:23 -0700, Ian Lance Taylor <iant@google.com> wrote:
> "Daniel Berlin" <dberlin@dberlin.org> writes:
>
> > We'd need to generate random passwords for users, since we won't be
> > able to authenticate them by ssh.
> > Not really worth it, especially since this guy doesn't even have write access.
>
> This would presumably only be for read-only anonymous access to the
> sources.  I certainly agree that we shouldn't do it for write access.
> Note the cited advantage of working through proxies.
>
> Ian
>
> > On 28 Sep 2007 17:35:47 -0700, Ian Lance Taylor <iant@google.com> wrote:
> > > Redirecting to overseers in case anybody wants to take this on.  I
> > > personally have no idea what would be required.
> > >
> > > Ian
> > >
> > >
> > >
> > > ---------- Forwarded message ----------
> > > From: NightStrike <nightstrike@gmail.com>
> > > To: gcc-help@gcc.gnu.org
> > > Date: Thu, 27 Sep 2007 17:24:02 -0400
> > > Subject: SVN access over https (SSL)
> > > Currently, gcc provides access to the svn repository using the svn
> > > protocol (svn://) as well as the http protocol (http://).  Some
> > > sourceforge projects (not saying gcc is on sourceforge.. just citing
> > > examples) also allow secure access via https.  This has the nice side
> > > effect of making svn work through annoying proxies.
> > >
> > > Can gcc add support for https access as well as the current two methods?
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29  2:00     ` Daniel Berlin
@ 2007-09-29  5:22       ` NightStrike
  2007-09-29  5:26         ` Daniel Berlin
  0 siblings, 1 reply; 9+ messages in thread
From: NightStrike @ 2007-09-29  5:22 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Ian Lance Taylor, overseers

On 9/28/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> Most people who proxy https proxy http as well.

proxy https is much more compatible with picky proxies than http when
dealing with svn.


> On 28 Sep 2007 18:27:23 -0700, Ian Lance Taylor <iant@google.com> wrote:
> > "Daniel Berlin" <dberlin@dberlin.org> writes:
> >
> > > We'd need to generate random passwords for users, since we won't be
> > > able to authenticate them by ssh.
> > > Not really worth it, especially since this guy doesn't even have write access.

> > This would presumably only be for read-only anonymous access to the
> > sources.  I certainly agree that we shouldn't do it for write access.
> > Note the cited advantage of working through proxies.
> >
> > Ian

Precisely.  Anonymous read access only, just like sourceforge is set up.

> > > > ---------- Forwarded message ----------
> > > > From: NightStrike <nightstrike@gmail.com>
> > > > To: gcc-help@gcc.gnu.org
> > > > Date: Thu, 27 Sep 2007 17:24:02 -0400
> > > > Subject: SVN access over https (SSL)
> > > > Currently, gcc provides access to the svn repository using the svn
> > > > protocol (svn://) as well as the http protocol (http://).  Some
> > > > sourceforge projects (not saying gcc is on sourceforge.. just citing
> > > > examples) also allow secure access via https.  This has the nice side
> > > > effect of making svn work through annoying proxies.
> > > >
> > > > Can gcc add support for https access as well as the current two methods?
> >
>

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29  5:22       ` NightStrike
@ 2007-09-29  5:26         ` Daniel Berlin
       [not found]           ` <b609cb3b0709290503l41bd9adcifdde549e2a895b4f@mail.gmail.com>
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Berlin @ 2007-09-29  5:26 UTC (permalink / raw)
  To: NightStrike; +Cc: Ian Lance Taylor, overseers

On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> On 9/28/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > Most people who proxy https proxy http as well.
>
> proxy https is much more compatible with picky proxies than http when
> dealing with svn.
>

Being an svn developer who has had to debug proxy problems, i'd
actually say exactly the exact opposite.
Most HTTPS proxies fuck it up more often than HTTP proxies.

In any case, if someone wants to buy a cert for gcc.gnu.org, i'll set
up https read-only access.
But honestly, I have real trouble seeing that it is truly that useful
when we have http access.

--Dan

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
       [not found]           ` <b609cb3b0709290503l41bd9adcifdde549e2a895b4f@mail.gmail.com>
@ 2007-09-29 14:02             ` Daniel Berlin
  2007-09-30  5:09               ` NightStrike
  0 siblings, 1 reply; 9+ messages in thread
From: Daniel Berlin @ 2007-09-29 14:02 UTC (permalink / raw)
  To: NightStrike; +Cc: Ian Lance Taylor, overseers

On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> On 9/29/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> > > On 9/28/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > > > Most people who proxy https proxy http as well.
> > >
> > > proxy https is much more compatible with picky proxies than http when
> > > dealing with svn.
> > >
> >
> > Being an svn developer who has had to debug proxy problems, i'd
> > actually say exactly the exact opposite.
> > Most HTTPS proxies fuck it up more often than HTTP proxies.
> >
> > In any case, if someone wants to buy a cert for gcc.gnu.org, i'll set
> > up https read-only access.
> > But honestly, I have real trouble seeing that it is truly that useful
> > when we have http access.
>
> How much does it cost?  Also, does gnu.org itself not have one?  You
> could also just make one yourself and make gnu.org be the CA :)
>

probably $100 a year.

If we made one ourselves, we'd have to deal with all the questions
about accepting the cert, since the CA would not be in anyone's
trusted roots.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-29 14:02             ` Daniel Berlin
@ 2007-09-30  5:09               ` NightStrike
  2007-09-30 20:22                 ` Daniel Berlin
  0 siblings, 1 reply; 9+ messages in thread
From: NightStrike @ 2007-09-30  5:09 UTC (permalink / raw)
  To: Daniel Berlin; +Cc: Ian Lance Taylor, overseers

On 9/29/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> > On 9/29/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > > In any case, if someone wants to buy a cert for gcc.gnu.org, i'll set
> > > up https read-only access.
> > > But honestly, I have real trouble seeing that it is truly that useful
> > > when we have http access.
> >
> > How much does it cost?  Also, does gnu.org itself not have one?  You
> > could also just make one yourself and make gnu.org be the CA :)
> >
>
> probably $100 a year.
>
> If we made one ourselves, we'd have to deal with all the questions
> about accepting the cert, since the CA would not be in anyone's
> trusted roots.

Ah, I thought it was a one-time thing.  Does gnu.org not already have
one?  If it let me actually use svn through the ultra-lame proxy at my
workplace, I'd consider paying for it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL)
  2007-09-30  5:09               ` NightStrike
@ 2007-09-30 20:22                 ` Daniel Berlin
  0 siblings, 0 replies; 9+ messages in thread
From: Daniel Berlin @ 2007-09-30 20:22 UTC (permalink / raw)
  To: NightStrike; +Cc: Ian Lance Taylor, overseers

On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> On 9/29/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > On 9/29/07, NightStrike <nightstrike@gmail.com> wrote:
> > > On 9/29/07, Daniel Berlin <dberlin@dberlin.org> wrote:
> > > > In any case, if someone wants to buy a cert for gcc.gnu.org, i'll set
> > > > up https read-only access.
> > > > But honestly, I have real trouble seeing that it is truly that useful
> > > > when we have http access.
> > >
> > > How much does it cost?  Also, does gnu.org itself not have one?  You
> > > could also just make one yourself and make gnu.org be the CA :)
> > >
> >
> > probably $100 a year.
> >
> > If we made one ourselves, we'd have to deal with all the questions
> > about accepting the cert, since the CA would not be in anyone's
> > trusted roots.
>
> Ah, I thought it was a one-time thing.  Does gnu.org not already have
> one?

Dunno if the have a wildcard cert (IE *.gnu.org)

Anyone else know?

 >If it let me actually use svn through the ultra-lame proxy at my
> workplace, I'd consider paying for it.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-09-30 20:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-09-29  0:36 [NightStrike <nightstrike@gmail.com>] SVN access over https (SSL) Ian Lance Taylor
2007-09-29  0:41 ` Daniel Berlin
2007-09-29  1:27   ` Ian Lance Taylor
2007-09-29  2:00     ` Daniel Berlin
2007-09-29  5:22       ` NightStrike
2007-09-29  5:26         ` Daniel Berlin
     [not found]           ` <b609cb3b0709290503l41bd9adcifdde549e2a895b4f@mail.gmail.com>
2007-09-29 14:02             ` Daniel Berlin
2007-09-30  5:09               ` NightStrike
2007-09-30 20:22                 ` Daniel Berlin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).