How to work from behind proxies ? (with patch providing a partial solution)
Jan Hudec
bulb at ucw.cz
Thu Jul 27 10:13:30 BST 2006
On Thu, Jul 27, 2006 at 10:39:03AM +0200, Vincent LADEUIL wrote:
> I encounter some problems while trying to share some sources
> between two sites both behind a proxy.
>
> The network involved is like this :
>
> site F:
>
> - bzr.dev/Solaris
> - strong proxy (http proxy requiring authentication, ftp allowed
> if tunneled thru http)
> - simple user of both host and network
Most proxies (not all -- some actually check it starts with ssl
handshake) don't check what's going on https connection. So an easy
solution is to run ssh on port 443 if you are not serving secured web
pages. The advantage is that it's easier to setup than webdavs (many web
proxies don't support webdav or don't support all of it, so running over
plain http may not work -- and besides it can be monitored).
--------------------------------------------------------------------------------
- Jan Hudec `Bulb' <bulb at ucw.cz>
More information about the bazaar
mailing list