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

RE: [TSVN] PROPFIND Error over HTTPS

From: Piers Lawson <piers_lawson_at_hotmail.com>
Date: 2005-06-10 15:53:38 CEST

I have figured it out myself... sorry to have bothered you all!

Basically my company use an automatic configuration script within Internet
Explorer to provide proxy addresses. I downloaded the .pac file and
extracted the IP address of one of our proxies. Once that address was
entered into TSVN's Network Settings it all worked. I guess TSVN doesn't
find and interpret the pac file automatically. Fair enough!

Piers

----------------------------------------------------------
Please don't reply direct to this hotmail account. Instead
send mail to Piers@Lawson.name

>From: "Piers Lawson" <piers_lawson@hotmail.com>
>Reply-To: dev@tortoisesvn.tigris.org
>To: dev@tortoisesvn.tigris.org
>Subject: [TSVN] PROPFIND Error over HTTPS
>Date: Fri, 10 Jun 2005 11:24:05 +0100
>MIME-Version: 1.0
>X-Originating-IP: [64.4.56.207]
>X-Originating-Email: [piers_lawson@hotmail.com]
>X-Sender: piers_lawson@hotmail.com
>Received: from tigris.org ([64.125.133.100]) by mc11-f10.hotmail.com with
>Microsoft SMTPSVC(6.0.3790.211); Fri, 10 Jun 2005 03:24:40 -0700
>Received: (qmail 32750 invoked by uid 5000); 10 Jun 2005 10:24:12 -0000
>Received: (qmail 32618 invoked from network); 10 Jun 2005 10:24:07 -0000
>X-Message-Info: JGTYoYF78jGk2nU+0bYgKc5lRRoKDU6GDMeGFpp60ZU=
>Mailing-List: contact dev-help@tortoisesvn.tigris.org; run by ezmlm
>Precedence: bulk
>X-No-Archive: yes
>list-help: <mailto:dev-help@tortoisesvn.tigris.org>
>list-unsubscribe: <mailto:dev-unsubscribe@tortoisesvn.tigris.org>
>list-post: <mailto:dev@tortoisesvn.tigris.org>
>Delivered-To: mailing list dev@tortoisesvn.tigris.org
>X-OriginalArrivalTime: 10 Jun 2005 10:24:06.0332 (UTC)
>FILETIME=[87FB4FC0:01C56DA6]
>Return-Path:
>dev-return-17711-piers_lawson=hotmail.com@tortoisesvn.tigris.org
>
>Hi
>
>I am trying to connect to a remote subversion server from behind a
>corporate firewall. I rightly assumed the svn protocol would be blocked,
>and that some of the commands used would be blocked if I used HTTP.
>However, I thought I should be able to use HTTPS.
>
>The server was setup following the excellent "Chapter 3. Setting Up A
>Server", which only needed a few additional DLLs copying to make it work.
>
>When I am not behind the corporate firewall, everything works fine. Whilst
>on the corporate network, if I try to use TSVN to checkout from:
>
> https://mydomain.com/svn/MyRepository/
>
>I get the following:
>
> Error PROPFIND request failed on 'svn/MyRepository'
> Error PROPFIND of 'svn/MyRepository': could not connect to server
>(https://mydomain.com)
>
>I can however use internet explorer to browse the repository using the same
>URL.
>
>My set up is as follows:
>
> Client:
> TortoiseSVN 1.2.0, Build 3602
> Windows XP Professional SP2 - firewall turned off
>
> Server:
> Windows Server 2003 Standard SP1
> Subversion 1.2.0
> Apache 2.0.54
>
>On the server the repository path is D:\SVN\MyRepository and Apache's
>httpd.conf file contains:
>
> <Location /svn>
> DAV svn
> SVNParentPath D:\SVN
> AuthType Basic
> AuthName "Subversion repositories"
> AuthUserFile passwd
> Require valid-user
> </Location>
>
>I tried to pass the username and password for Apache as part of the URL
>(e.g. https://user:pass@mydomain.com/svn/MyRepository/) but received the
>same error.
>
>Any suggestions gratefully received! Could it be the corporate firewall is
>checking the agent making the request and only allowing known browsers?
>
>Thanks in advance
>
>Piers
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
>For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Jun 10 15:54:18 2005

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

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