From: "Grégoire Barbier" <gb@gbarbier.org>
To: git@vger.kernel.org
Subject: Re: git over webdav: what can I do for improving http-push ?
Date: Tue, 01 Jan 2008 12:41:49 +0100 [thread overview]
Message-ID: <477A26FD.7020408@gbarbier.org> (raw)
In-Reply-To: <20080101113301.GC9214@efreet.light.src>
Jan Hudec a écrit :
> On Mon, Dec 31, 2007 at 10:57:52 -0600, Graham Barr wrote:
>
>> Daniel Barkalow wrote:
>>
>>> On Sun, 30 Dec 2007, Grégoire Barbier wrote:
>>>
>>>> As for me, the main rationale to use http(s) rather than
>>>> git or ssh is to get through corporate firewalls, otherwise I would probably
>>>> not bother with webdav.
>>>>
>>> In general, we've been able to either get through firewalls with ssh or
>>> it's all in the same VPN. So it's kind of unloved at this point. People
>>> poke at it occasionally, but mostly in the context of other fixes, I
>>> think.
>>>
>> If you have a http proxy that you can use, the you can use ssh via that with
>> something like corkscrew. http://wiki.kartbuilding.net/index.php/Corkscrew_-_ssh_over_https
>>
>
> This, obviously, requires, that ssh is running on port 443, because most HTTP
> proxies won't let you CONNECT anywhere else. I have also heared of a HTTP
> proxy, that will check whether the session inside CONNECT starts with SSL
> handshake and will break your connection if it does not.
>
Hello Jan.
I think we have similar experiences. I have personnaly be faced to
proxies that not only scan for the SSL handshake but do
man-in-the-middle "attack" to break the SSL into two parts, checking for
HTTP inside it (and probably scanning for viruses and things like hat, I
think).
I first replied privatly to Graham because I didn't think it was
interesting for the whole list.
It was a mistake, here is my answer:
In fact, I already use this hack where it is possible.
However some well advised companies does not allow CONNECT through their HTTP proxy without some limitations that make this tip unusable (for instance: allowing only port 443, allowing only sites of a white-list, forcing a man-in-the-middle that not only breaks the confidentiality but too forbids the use of other protocols such as SSH, even on port 443).
BTW such circumvention of the security facilities is often (at less where I live and with my clients) forbidden in some corporate rules, even when it is technically possible.
Therefore I'm not allowed to do so and, furthermore, I cannot tell my clients to do so and write documents that tell it's the good way.
I think that real HTTP support is better than all workarounds we will be able to find to get through firewalls (when CONNECT is not available, some awful VPNs that send Etherne over HTTP may work ;-)).
That's why I'm ok to work several hours on git code to enhance real HTTP(S) support.
--
Grégoire Barbier - gb à gbarbier.org - +33 6 21 35 73 49
next prev parent reply other threads:[~2008-01-01 11:42 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-12-30 22:59 git over webdav: what can I do for improving http-push ? Grégoire Barbier
2007-12-31 3:46 ` Daniel Barkalow
2007-12-31 16:57 ` Graham Barr
2008-01-01 11:33 ` Jan Hudec
2008-01-01 11:41 ` Grégoire Barbier [this message]
2008-01-01 18:12 ` Jakub Narebski
2008-01-01 20:23 ` Jan Hudec
2008-01-03 19:14 ` Grégoire Barbier
2008-01-03 21:15 ` Jan Hudec
2008-01-03 21:43 ` Linus Torvalds
2008-01-03 21:47 ` Jakub Narebski
2008-01-03 23:29 ` Grégoire Barbier
2008-01-03 23:54 ` Martin Langhoff
2008-01-04 19:59 ` Jan Hudec
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=477A26FD.7020408@gbarbier.org \
--to=gb@gbarbier.org \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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 NNTP newsgroup(s).