[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Web Service Support (SOAP/WSDL)

From: John Peacock <jpeacock_at_rowman.com>
Date: 2005-07-04 13:40:52 CEST

Gideon de Swardt wrote:
> The biggest problem with WebDAV is that some of our Clients have
> internal proxy servers that do not support webdav, and therefore they
> can not access the source library without upgrading their proxy server
> software. This is not always an option that their internal network and
> security administrators are comfortable with.

Run https:// instead of http://, and you'll bypass the proxy server completely,
thus making WebDAV work just fine. The only time this workaround isn't possible
is the very small number of sites which block https:// traffic (yes, stupid I
know, but not unheard of). Those sites may be able to use svn+ssh:// instead,
but if they are blocking secure traffic of one kind (as a simpleminded security
measure possibly), then they are likely to block others.

See also this discussion:

<http://subversion.tigris.org/faq.html#proxy>

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 4 13:42:10 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.